ZeroButtonGroupFilledStyle constructor

const ZeroButtonGroupFilledStyle({
  1. Color? activeColor,
  2. Color? inactiveColor,
  3. TextStyle? activeTextStyle,
  4. TextStyle? inactiveTextStyle,
  5. EdgeInsetsGeometry? padding,
})

Implementation

const ZeroButtonGroupFilledStyle({
  super.activeColor,
  super.inactiveColor,
  super.activeTextStyle,
  super.inactiveTextStyle,
  super.padding,
});