AmrJyniat
11/23/2021, 12:28 PMIcons.Default.ArrowBack
icon to change its direction automatically when layout direction changed?Chris Sinco [G]
11/23/2021, 6:10 PMAmrJyniat
11/23/2021, 6:15 PM@Composable
fun rightBackIconDirection() = if (LocalLayoutDirection.current == LayoutDirection.Rtl)
Icons.Default.ArrowForward
else
Icons.Default.ArrowBack