CheckboxController constructor
CheckboxController(
- CheckboxState value
Creates a CheckboxController with the specified initial value
.
The controller will notify listeners whenever the checkbox state changes through any of the provided methods or direct value assignment.
Implementation
CheckboxController(super.value);