ScreenLayoutDefaultBreakpoints class
A class that defines default screen layout breakpoints.
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
Static Methods
-
toMap(
) → Map< String, ScreenLayoutBreakpoints> - The Map of default screen layout breakpoints.
Constants
- large → const ScreenLayoutBreakpoints
-
A default breakpoint named 'large'.
The breakpoint values for ScreenLayoutBreakpoints.portraitStandardBreakpoint and ScreenLayoutBreakpoints.landscapeStandardBreakpoint are
812.0
. The constrained width values for ScreenLayoutBreakpoints.portraitConstrainedWidth and ScreenLayoutBreakpoints.landscapeConstrainedWidth are1006.4
. The maximum scale value for ScreenLayoutBreakpoints.maxScale is1.2
. - normal → const ScreenLayoutBreakpoints
-
A default breakpoint named 'normal'.
The breakpoint values for ScreenLayoutBreakpoints.portraitStandardBreakpoint and ScreenLayoutBreakpoints.landscapeStandardBreakpoint are
375.0
. The constrained width values for ScreenLayoutBreakpoints.portraitConstrainedWidth and ScreenLayoutBreakpoints.landscapeConstrainedWidth are482.0
. The maximum scale value for ScreenLayoutBreakpoints.maxScale is1.2
.