BreakpointSystemEntry class
This class represents the Material breakpoint system entry. https://material.io/design/layout/responsive-layout-grid.html#breakpoints
Constructors
- BreakpointSystemEntry({required RangeValues range, String? portrait, String? landscape, required AdaptiveWindowType adaptiveWindowType, required int columns, required double margin, required double gutter})
-
const
Properties
- adaptiveWindowType → AdaptiveWindowType
-
Material generalizes the device size into five different windows: extra
small, small, medium, large, and extra large.
final
- columns → int
-
The number of columns in this breakpoint system entry.
https://material.io/design/layout/responsive-layout-grid.html#columns-gutters-and-margins
final
- gutter → double
-
The size of gutters in pixels in this breakpoint system entry. Typically
the same as margins.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- landscape → String?
-
Type of device which uses this breakpoint range in landscape view.
final
- margin → double
-
The size of margins in pixels in this breakpoint system entry.
Typically the same as gutters.
https://material.io/design/layout/responsive-layout-grid.html#columns-gutters-and-margins
final
- portrait → String?
-
Type of device which uses this breakpoint range in portrait view.
final
- range → RangeValues
-
The breakpoint range values represents a width range.
final
- 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