standard constant

ExpressiveRadiusTokens const standard

Implementation

static const standard = ExpressiveRadiusTokens(
  none: 0,
  xs: 4,
  sm: 8,
  md: 12,
  lg: 16,
  xl: 24,
  xxl: 28,
  full: 9999,
);