CircleCheckBox constructor
const
CircleCheckBox({})
Implementation
const CircleCheckBox(
{Key? key,
required this.onChanged,
this.isSelected = false,
this.enable = true,
this.changeColor = Colors.black,
this.selectColor = Colors.blue})
: super(key: key);