RoundedButtonGroup constructor

const RoundedButtonGroup({
  1. Key? key,
  2. required List<ButtonGroupItemData> items,
  3. double? minScreenWidthForTextBeforeScaling,
})

Implementation

const RoundedButtonGroup({
  super.key,
  required this.items,
  this.minScreenWidthForTextBeforeScaling,
});