sizeMap constant

Map<String, double> const sizeMap

Implementation

static const Map<String, double> sizeMap = {
  'small': 28,
  'medium': 32,
  'large': 40,
};