enabled property
bool
get
enabled
Whether this component is enabled and accepts user input.
When false, the component is displayed in a disabled state and does not respond to user interactions. The visual appearance typically changes to indicate the disabled state.
Implementation
bool get enabled;