RadiusTokens class abstract

============================================================================= BORDER RADIUS TOKENS

Consistent corner rounding across components.

Rationale: Larger radii feel friendlier and more modern. Eldercare apps benefit from rounded corners (less harsh visually).

Constructors

RadiusTokens()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

full → const double
9999px - Full circle/pill (for circular avatars, pill buttons)
lg → const double
16px - Large rounding (containers, panels) - MOST COMMON
md → const double
12px - Medium rounding (cards, standard containers) - COMMON
mdLg → const double
14px - Medium-large (between md and lg)
sm → const double
8px - Small rounding (buttons, inputs)
xl → const double
20px - Extra large rounding (modal sheets, floating cards)
xs → const double
4px - Subtle rounding (chips, badges, small elements)
xsSm → const double
6px - Small-subtle (between xs and sm)
xxl → const double
24px - Very large rounding (prominent floating elements)
xxxl → const double
28px - Near-pill shape