The same statistics card in Arabic. On the left, with layout direction unchanged, the labels and values crowd into the middle and the left half of the card is empty. On the right, with the layout direction mirrored, labels sit on the right and values on the left.
Android

Modifier.absoluteOffset is only half an RTL fix — Box alignment flips too, and the children leave the screen

absoluteOffset stops the offset mirroring but not the Box start edge moving. Pin the whole subtree to Ltr instead.