ButtonGroupData constructor
const
ButtonGroupData({})
Creates button group data with individual corner multipliers.
Implementation
const ButtonGroupData({
required this.topStartValue,
required this.topEndValue,
required this.bottomStartValue,
required this.bottomEndValue,
});