isDisabled property

bool get isDisabled

Implementation

bool get isDisabled {
  return this == ButtonState.disabled;
}