previousArrow
fun previousArrow(color: Color = Color.Black, fontSize: TextUnit = 24.sp): @Composable (onClick: () -> Unit, enabled: Boolean) -> Unit(source)
A minimal accessible "previous page" button, announced by TalkBack using one of Airship's own localized strings (e.g. "Previous" in English, "Précédent" in French). Replace with your own composable for custom styling.
Parameters
color
The color of the arrow glyph.
fontSize
The size of the arrow glyph.