isDisabled property
Getter for whether this class considers WidgetState.disabled to be active.
Implementation
bool get isDisabled => materialStates.contains(WidgetState.disabled);
Getter for whether this class considers WidgetState.disabled to be active.
bool get isDisabled => materialStates.contains(WidgetState.disabled);