enabled property

bool? enabled
final

If false the text field is "disabled": it ignores taps and its decoration is rendered in grey.

If non-null this property overrides the decoration's InputDecoration.enabled property.

Implementation

final bool? enabled;