getSizeValue static method

double getSizeValue(
  1. String buttonSize
)

Implementation

static double getSizeValue(String buttonSize) {
  return sizeMap[buttonSize] ?? sizeMap['medium']!;
}