enabled property

bool enabled
final

Whether the input field is enabled.

When disabled, the field cannot be interacted with and visually appears disabled. Defaults to true.

Implementation

final bool enabled;