enabled property

  1. @override
bool enabled
final

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

@override
final bool enabled;