FluidoBreakpoints class

Contains the maximum values, in logical pixels, for the breakpoints.

If no value is specified for a breakpoint, the default value is used.

Constructors

FluidoBreakpoints({int sm = 640, int md = 768, int lg = 1024, int xl = 1280, int xl2 = 1536})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lg int
final
md int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm int
final
xl int
final
xl2 int
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