QueryTier enum
Semantic size categories for the container.
Values
- xs → const QueryTier
-
Extra Small (Below 1st breakpoint)
- sm → const QueryTier
-
Small (Above 1st breakpoint)
- md → const QueryTier
-
Medium (Above 2nd breakpoint)
- lg → const QueryTier
-
Large (Above 3rd breakpoint)
- xl → const QueryTier
-
Extra Large (Above 4th breakpoint)
- xxl → const QueryTier
-
Double Extra Large (Above 5th breakpoint)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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