ButtonGroupData.all constructor

const ButtonGroupData.all(
  1. double value
)

Creates group data with the same multiplier for all corners.

Implementation

const ButtonGroupData.all(double value)
    : topStartValue = value,
      topEndValue = value,
      bottomStartValue = value,
      bottomEndValue = value;