disabled property

bool? disabled
getter/setter pair

If true, the button is displayed in an inactive state and doesn't respond to user actions.

Implementation

core.bool? disabled;