enabled property
Whether the toggle is interactive.
When false, the toggle appears disabled and doesn't respond to user input. The toggle can still be changed programmatically via controller.
Implementation
@override
final bool enabled;
Whether the toggle is interactive.
When false, the toggle appears disabled and doesn't respond to user input. The toggle can still be changed programmatically via controller.
@override
final bool enabled;