CheckBoxWidgetStyle constructor

CheckBoxWidgetStyle({
  1. BorderSide? side,
  2. Color? activeColor,
  3. Color? checkColor,
})

constructor of the class

Implementation

CheckBoxWidgetStyle({
  this.side,
  this.activeColor,
  this.checkColor,
});