ZetaRadius class Theme
Semantic zeta radii.
- Annotations
-
- @Deprecated('Use Zeta.of(contest).radius instead ' 'This size has been deprecated as of 0.11.0')
Constructors
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 BorderRadius
- Full radius => 360px radius.
- large → const BorderRadius
- Large radius => 16px radius.
- minimal → const BorderRadius
- Minimal radius => 4px radius.
- none → const BorderRadius
- No radius => 0px radius.
- rounded → const BorderRadius
- Rounded radius => 8px radius.
- wide → const BorderRadius
- Wide border radius; 24px radius.
- xl → const BorderRadius
- xl radius => 24px radius.