ZeroRadioStyle constructor

const ZeroRadioStyle({
  1. Color? activeColor,
  2. Color? inactiveColor,
  3. Color? disabledColor,
})

Implementation

const ZeroRadioStyle({
  this.activeColor,
  this.inactiveColor,
  this.disabledColor,
});