onCheck property

dynamic Function(bool?) onCheck
latefinal

Callback function executed when checkbox is checked or unchecked.

Implementation

late final Function(bool?) onCheck;