Icon
constructor(icon: ImageVector, defaultErrorTintColor: Color = SurfaceColor.Error, defaultTintColor: Color = SurfaceColor.Primary, selectedErrorTintColor: Color = TextColor.OnErrorContainer, selectedTintColor: Color = TextColor.OnPrimaryContainer)
Parameters
icon
: controls the icon to be shown.
default Error Tint Color
: controls the error style tint color.
default Tint Color
: controls the default tint color.
selected Error Tint Color
: controls the error style tint color when selected.
selected Tint Color
: controls the tint color when selected.