CheckBoxWidgetStyle constructor
CheckBoxWidgetStyle({
- BorderSide? side,
- Color? activeColor,
- Color? checkColor,
constructor of the class
Implementation
CheckBoxWidgetStyle({
this.side,
this.activeColor,
this.checkColor,
});