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