ZeroButtonGroupOutlinedStyle constructor

const ZeroButtonGroupOutlinedStyle({
  1. Color? activeBackgroundColor,
  2. TextStyle? activeTextStyle,
  3. TextStyle? inactiveTextStyle,
  4. Color? activeBorderColor,
  5. Color? inactiveBorderColor,
  6. EdgeInsetsGeometry? padding,
})

Implementation

const ZeroButtonGroupOutlinedStyle({
  Color? activeBackgroundColor,
  super.activeTextStyle,
  super.inactiveTextStyle,
  super.activeBorderColor,
  super.inactiveBorderColor,
  super.padding,
}) : super(activeColor: activeBackgroundColor);