Checkbox constructor
const
Checkbox({})
Implementation
const Checkbox({
Key? key,
this.size,
this.description,
this.spacing,
this.padding,
this.borderWidth,
required this.value,
this.onChanged,
this.unselectedBGColor,
this.unselectedBorderColor,
this.selectedBGColor,
this.selectedBorderColor,
this.checkColor,
}) : super(key: key);