ResponsivePaddingCollection class

Inheritance
Available extensions

Constructors

ResponsivePaddingCollection()
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
override
find(double width) ScaledSize

Available on ResponsiveCollection, provided by the ResponsiveCollectionFind extension

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

Operators

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