rounded property
Implementation
static final MiniTheme rounded = MiniTheme(
name: 'rounded',
brightness: Brightness.light,
colors: const MiniColorTokens(
primary: Color(0xFF2563EB),
background: Color(0xFFF3F4F6),
foreground: Color(0xFF111827),
accent: Color(0xFF22C55E),
danger: Color(0xFFDC2626),
),
spacing: roundedSpacing,
radius: roundedRadius,
typography: roundedTypography,
componentSizes: roundedComponentSizes,
);