ZeroButtonGroupStyle constructor

const ZeroButtonGroupStyle({
  1. Color? activeColor,
  2. Color? inactiveColor,
  3. Color? activeBorderColor,
  4. Color? inactiveBorderColor,
  5. TextStyle? activeTextStyle,
  6. TextStyle? inactiveTextStyle,
  7. EdgeInsetsGeometry? padding,
})

Implementation

const ZeroButtonGroupStyle({
  this.activeColor,
  this.inactiveColor,
  this.activeBorderColor,
  this.inactiveBorderColor,
  this.activeTextStyle,
  this.inactiveTextStyle,
  this.padding,
});