Breakpoints class
Model Breakpoints is used to define a Columns configuration in a ResponsiveColumn widget.
Constructors
Properties
- colLg → int
-
Columns for large screens.
no setter
- colMd → int
-
Columns for medium screens.
no setter
- colSm → int
-
Columns for small screens.
no setter
- colXl → int
-
Columns for extra large screens.
no setter
- colXs → int
-
Columns for extra small screens.
no setter
- colXxl → int
-
Columns for extra extra large screens.
no setter
- 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