controller property

CheckboxController? controller
final

The controller that governs the state of this checkbox.

If this is unspecified, the checkbox will create and manage its own simple (non-tri-state) controller.

Implementation

final CheckboxController? controller;