BreakpointRange enum

Breakpoint range definition for responsive design.

See the breakpoint system documentation for more information. https://material.io/design/layout/responsive-layout-grid.html#breakpoints.

Inheritance

Constructors

BreakpointRange()
const

Values

lessThan360 → const BreakpointRange

0~359

lessThan400 → const BreakpointRange

360~399

lessThan480 → const BreakpointRange

400~479

lessThan600 → const BreakpointRange

480~599

lessThan720 → const BreakpointRange

600~719

lessThan840 → const BreakpointRange

720~839

lessThan960 → const BreakpointRange

840~959

lessThan1024 → const BreakpointRange

960~1023

lessThan1280 → const BreakpointRange

1024~1279

lessThan1440 → const BreakpointRange

1280~1439

lessThan1600 → const BreakpointRange

1440~1599

lessThan1920 → const BreakpointRange

1600~1919

oversize → const BreakpointRange

1920~

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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 ==(Object other) bool
The equality operator.
inherited

Constants

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