BootstrapBreakpoint class

Inheritance

Constructors

BootstrapBreakpoint({required BootstrapBreakpointId id, required double minWidth})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
id BootstrapBreakpointId
finalinherited
minWidth double
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(Breakpoint<BootstrapBreakpointId>? other) int
Compares this object to another object.
inherited
eq(Breakpoint<BootstrapBreakpointId>? other) bool
inherited
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 <(Breakpoint<BootstrapBreakpointId>? other) bool
inherited
operator <=(Breakpoint<BootstrapBreakpointId>? other) bool
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(Breakpoint<BootstrapBreakpointId>? other) bool
inherited
operator >=(Breakpoint<BootstrapBreakpointId>? other) bool
inherited