accessibilityButton 
  fun accessibilityButton(    icon: ImageVector,     colorFilter: ColorFilter = ColorFilter.tint(MaterialTheme.colors.onBackground),     onClick: () -> Unit)
Content copied to clipboard
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