CustomCheckbox constructor
const
CustomCheckbox({})
Implementation
const CustomCheckbox({
Key? key,
this.strokeWidth = 2.0,
this.value = false,
this.strokeColor = Colors.white,
this.fillColor = Colors.blue,
this.normalBorderColor = Colors.grey,
this.radius = 2.0,
this.onChanged,
}) : super(key: key);