BreakpointId enum

Represents distinct breakpoint identifiers.

Inheritance
Available extensions

Values

xxs → const BreakpointId
xs → const BreakpointId
s → const BreakpointId
m → const BreakpointId
l → const BreakpointId
xl → const BreakpointId
xxl → const BreakpointId
xxxl → const BreakpointId
xxxxl → const BreakpointId

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isLargerOrEqualTo(BreakpointId other) bool

Available on BreakpointId, provided by the BreakpointIdComparison extension

Checks if this breakpoint represents a width category larger than or equal to the other breakpoint, based on their minWidth from DefaultBreakpoints.
isLargerThan(BreakpointId other) bool

Available on BreakpointId, provided by the BreakpointIdComparison extension

Checks if this breakpoint represents a width category larger than the other breakpoint, based on their minWidth from DefaultBreakpoints.
isSmallerOrEqualTo(BreakpointId other) bool

Available on BreakpointId, provided by the BreakpointIdComparison extension

Checks if this breakpoint represents a width category smaller than or equal to the other breakpoint, based on their minWidth from DefaultBreakpoints.
isSmallerThan(BreakpointId other) bool

Available on BreakpointId, provided by the BreakpointIdComparison extension

Checks if this breakpoint represents a width category smaller than the other breakpoint, based on their minWidth from DefaultBreakpoints.
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

Constants

values → const List<BreakpointId>
A constant List of the values in this enum, in order of their declaration.