disabledIcon

Sets the icon a button displays while it is disabled; null hands the state back to the look and feel, which grays the base icon for it. Applies to every kind of button.

Return

this modifier with the disabled icon declared on it.

Parameters

icon

the icon drawn while the button is disabled, in place of the graying the look and feel would derive.

See also