Whether the button is enabled or disabled.
To enable a button, set its onChanged property to a non-null value.
bool get enabled => onChanged != null;