ResponsiveCollection class abstract

Main Collection class

Overwrite to create your own

Implementers
Available extensions

Constructors

ResponsiveCollection()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fallback(double width) ScaledSize
find(double width) ScaledSize

Available on ResponsiveCollection, provided by the ResponsiveCollectionFind extension

lg(double width) ScaledSize
md(double width) ScaledSize
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sm1(double width) ScaledSize
sm2(double width) ScaledSize
toString() String
A string representation of this object.
inherited
xl(double width) ScaledSize
xs(double width) ScaledSize

Operators

operator ==(Object other) bool
The equality operator.
inherited