Breakpoints class

Collection of Breakpoints

You can customize the breakpoints by setting your own

xs is always enabled and from 0 to sm1

Constructors

Breakpoints({BreakpointEntry xl = const BreakpointEntry(1920, enabled: false), BreakpointEntry lg = const BreakpointEntry(1440, enabled: true), BreakpointEntry md = const BreakpointEntry(1240, enabled: true), BreakpointEntry sm2 = const BreakpointEntry(905, enabled: true), BreakpointEntry sm1 = const BreakpointEntry(600, enabled: true)})
Just overwrite the default values to create your own breakpoints

Properties

hashCode int
The hash code for this object.
no setterinherited
lg BreakpointEntry
final
md BreakpointEntry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm1 BreakpointEntry
final
sm2 BreakpointEntry
final
xl BreakpointEntry
final
xs BreakpointEntry
final

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