Breakpoint class

Entity object for Breakpoint system.

See the breakpoint system documentation for more information. https://material.io/design/layout/responsive-layout-grid.html#breakpoints.

Constructors

Breakpoint.fromWidth({required double width})
Generate Breakpoint from width.
factory

Properties

columns int
columns element of Breakpoint system.
no setter
gutters int
gutters element of Breakpoint system.
no setter
hashCode int
The hash code for this object.
no setterinherited
margins int
margins element of Breakpoint system.
no setter
range BreakpointRange
Breakpoint range element of Breakpoint system.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
window BreakpointWindow
window element of Breakpoint system.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited