renderCheckBox property

Widget Function(bool isChecked, void onCheck(bool value))? renderCheckBox
final

Used to build the checkbox, not including the text.

Implementation

final Widget Function(bool isChecked, void Function(bool value) onCheck)? renderCheckBox;