ZeroButtonGroupFilledStyle constructor
const
ZeroButtonGroupFilledStyle({
- Color? activeColor,
- Color? inactiveColor,
- TextStyle? activeTextStyle,
- TextStyle? inactiveTextStyle,
- EdgeInsetsGeometry? padding,
Implementation
const ZeroButtonGroupFilledStyle({
super.activeColor,
super.inactiveColor,
super.activeTextStyle,
super.inactiveTextStyle,
super.padding,
});