accessibilityButton

@Composable
fun accessibilityButton(icon: ImageVector, colorFilter: ColorFilter = ColorFilter.tint(MaterialTheme.colors.onBackground), onClick: () -> Unit)

Adds a accessibility button to the bottom left of the dialog

Parameters

icon

the icon to be shown on the button

onClick

a callback which is called when the button is pressed