ZeroCheckboxStyle constructor

const ZeroCheckboxStyle({
  1. Color? activeColor,
  2. Color? inactiveColor,
  3. Color? disabledColor,
  4. Color? checkColor,
  5. BorderRadius? borderRadius,
  6. double? borderSize,
})

Implementation

const ZeroCheckboxStyle({
  this.activeColor,
  this.inactiveColor,
  this.disabledColor,
  this.checkColor,
  this.borderRadius,
  this.borderSize,
});