NiceBreakpoint enum

Breakpoint enumeration

Inheritance
Available extensions

Values

xs → const NiceBreakpoint
sm → const NiceBreakpoint
md → const NiceBreakpoint
lg → const NiceBreakpoint
xl → const NiceBreakpoint
xxl → const NiceBreakpoint

Properties

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

Available on NiceBreakpoint, provided by the NiceBreakpointExtension extension

Get minimum width for this breakpoint
no setter
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

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 <(NiceBreakpoint other) bool

Available on NiceBreakpoint, provided by the NiceBreakpointExtension extension

Check if this breakpoint is smaller than the given breakpoint
operator <=(NiceBreakpoint other) bool

Available on NiceBreakpoint, provided by the NiceBreakpointExtension extension

Check if this breakpoint is at most the given breakpoint
operator ==(Object other) bool
The equality operator.
inherited
operator >(NiceBreakpoint other) bool

Available on NiceBreakpoint, provided by the NiceBreakpointExtension extension

Check if this breakpoint is larger than the given breakpoint
operator >=(NiceBreakpoint other) bool

Available on NiceBreakpoint, provided by the NiceBreakpointExtension extension

Check if this breakpoint is at least the given breakpoint

Constants

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