RoundedButtonGroup constructor
const
RoundedButtonGroup({
- Key? key,
- required List<
ButtonGroupItemData> items, - double? minScreenWidthForTextBeforeScaling,
Implementation
const RoundedButtonGroup({
super.key,
required this.items,
this.minScreenWidthForTextBeforeScaling,
});