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