CheckBoxWidget constructor
CheckBoxWidget({
- Key? key,
- String title = "",
- bool isCheck = false,
- CallbackActionBool? callback,
Implementation
CheckBoxWidget(
{Key? key, this.title = "", this.isCheck = false, this.callback})
: super(key: key);