BootstrapLayout class

Inheritance

Constructors

BootstrapLayout()
const

Properties

biggestBreakpoint BootstrapBreakpoint
no setterinherited
breakpoints SplayTreeSet<BootstrapBreakpoint>
At least one breakpoint must exist. Make sure all breakpoint enums are defined, otherwise breakpointById may throw exception.
no setteroverride
breakpointsMap Map<BootstrapBreakpointId, BootstrapBreakpoint>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallestBreakpoint BootstrapBreakpoint
no setterinherited

Methods

breakpoint(double containerWidth) BootstrapBreakpoint?
Returns null if container width is smaller than the smallest breakpoint.
inherited
breakpointById(BootstrapBreakpointId id) BootstrapBreakpoint
inherited
format(double containerWidth, [double containerHeight = double.maxFinite]) LayoutFormat
override
leftMargin(double containerWidth) double
nextBreakpoint(BootstrapBreakpointId? id) BootstrapBreakpoint?
Returns 'null' if the given breakpoint is the biggest breakpoint.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previousBreakpoint(BootstrapBreakpointId? id) BootstrapBreakpoint?
Returns null in one of these cases:
inherited
scalingLeftMargin(double containerWidth, double maxBodyWidth) double
toString() String
A string representation of this object.
inherited

Operators

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