disabled property

  1. @override
bool disabled
final

Whether the field is disabled.

When true, the field cannot be edited and appears grayed out. Defaults to false.

Implementation

@override
final bool disabled;