selectedIcon

Sets the icon a button displays while it is selected - a checked check box, an on toggle button; null falls back to the base icon. Applies to every kind of button.

Return

this modifier with the selected icon declared on it.

Parameters

icon

the icon drawn while the button reports itself selected, whether the user or the code selected it.

See also