Standard border-radius values used across Catalyst components.
Each named value is available as both a raw double and a pre-built
BorderRadius (suffixed All).
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
- lg → const double
- 14 px
- lgAll → const BorderRadius
- BorderRadius.all using lg.
- md → const double
- 12 px
- mdAll → const BorderRadius
- BorderRadius.all using md.
- pill → const double
- Pill — effectively infinite radius.
- pillAll → const BorderRadius
- BorderRadius.all using pill.
- sm → const double
- 8 px
- smAll → const BorderRadius
- BorderRadius.all using sm.
- xl → const double
- 16 px
- xlAll → const BorderRadius
- BorderRadius.all using xl.
- xs → const double
- 4 px
- xsAll → const BorderRadius
- BorderRadius.all using xs.
- xxl → const double
- 24 px
- xxlAll → const BorderRadius
- BorderRadius.all using xxl.