Raed Ghazal
android:autoMirror
Hristijan
@Stable fun Modifier.mirror(): Modifier = composed { if (LocalLayoutDirection.current == LayoutDirection.Rtl) this.scale(scaleX = -1f, scaleY = 1f) else this }
A modern programming language that makes developers happier.