BreakPoints class

Constructors

BreakPoints({BreakPoint xs = _BootstrapBreakPoints.xs, BreakPoint sm = _BootstrapBreakPoints.sm, BreakPoint md = _BootstrapBreakPoints.md, BreakPoint lg = _BootstrapBreakPoints.lg, BreakPoint xl = _BootstrapBreakPoints.xl, BreakPoint xxl = _BootstrapBreakPoints.xxl})
const

Properties

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

Methods

currentGutter(double spacer, BreakPoint breakPoint, {Gutter? fromStyle, Gutter? xs, Gutter? sm, Gutter? md, Gutter? lg, Gutter? xl, Gutter? xxl}) EdgeInsets?
getBreakPointForWidth(double width) BreakPoint
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