ResponsiveType enum
Represents responsive breakpoints used for layout designs.
Values
- xs → const ResponsiveType
-
Extra small screens (e.g., phones in portrait mode).
- sm → const ResponsiveType
-
Small screens (e.g., phones in landscape mode or small tablets).
- md → const ResponsiveType
-
Medium screens (e.g., tablets or small laptops).
- lg → const ResponsiveType
-
Large screens (e.g., desktops and larger laptops).
- xl → const ResponsiveType
-
Extra large screens (e.g., wide desktops or high-resolution displays).
- xxl → const ResponsiveType
-
Extra extra large screens (e.g., ultra-wide monitors or TVs).
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
Constants
-
values
→ const List<
ResponsiveType> - A constant List of the values in this enum, in order of their declaration.