enabled property

  1. @override
bool enabled
final

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;