disabled property
Disabled inputs are typically rendered with a dimmer color or using some other form of indication that the field is not available for use.
Implementation
final bool? disabled;
Disabled inputs are typically rendered with a dimmer color or using some other form of indication that the field is not available for use.
final bool? disabled;