disabled property

bool? disabled
finalinherited

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;