nextArrow
fun nextArrow(color: Color = Color.Black, fontSize: TextUnit = 24.sp): @Composable (onClick: () -> Unit, enabled: Boolean) -> Unit(source)
A minimal accessible "next page" button, announced by TalkBack using one of Airship's own localized strings (e.g. "Next" in English, "Suivant" 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.