ResponsivePaddingConfig class

Responsive padding configuration

Constructors

ResponsivePaddingConfig({EdgeInsets? xs, EdgeInsets? sm, EdgeInsets? md, EdgeInsets? lg, EdgeInsets? xl})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
lg EdgeInsets?
final
md EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sm EdgeInsets?
final
xl EdgeInsets?
final
xs EdgeInsets?
final

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