isDisabled property

bool isDisabled

Implementation

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