BreakpointBase class

Constructors

BreakpointBase({required Orientation orientation, required double width})
const

Properties

columns int
Number of columns for content
no setter
gutter double
Spacing between columns
no setter
hashCode int
The hash code for this object.
no setterinherited
orientation Orientation
Whether in portrait or landscape.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size LayoutSize
Layout size
no setter
width double
Layout width
final

Methods

findValue<V>(Map<double, V> map) → V
Find the value which matches current size from map
isLargerThan(LayoutSize size) bool
If current LayoutSize is larger than size
isSmallerThan(LayoutSize size) bool
If current LayoutSize is smaller than size
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