enabled property
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;
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.
final bool enabled;