enabled property

bool? enabled
getter/setter pair

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

Implementation

bool? enabled;