wrap your CheckBox inside SizedBox will resize the padding of the check box
SizedBox(
height: 24.0,
width: 24.0,
child: Checkbox(...),
)
wrap your CheckBox inside SizedBox will resize the padding of the check box
SizedBox(
height: 24.0,
width: 24.0,
child: Checkbox(...),
)