Whether the button is disabled.
@Input() bool disabled = false;
@override set disabled(bool value) { super.disabled = value; _disabledChanged = true; }