ButtonGroupItem constructor
const
ButtonGroupItem({})
Implementation
const ButtonGroupItem({
super.key,
required this.label,
this.icon,
this.selectIcon,
required this.isSelected,
required this.withIcon,
this.padding = 20,
required this.labelStyle,
this.activeColor,
this.inactiveColor,
});