enabled property

bool enabled
final

Whether the text area accepts user input.

When false, the text area is displayed in a disabled state and does not respond to user interactions or focus changes.

Implementation

final bool enabled;