ResponsiveSpacing class

Responsive spacing utilities

Constructors

ResponsiveSpacing()

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

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

Static Properties

lg double
Large spacing (24dp)
no setter
md double
Medium spacing (16dp)
no setter
sm double
Small spacing (8dp)
no setter
xl double
Extra large spacing (32dp)
no setter
xs double
Extra small spacing (4dp)
no setter
xxl double
Extra extra large spacing (48dp)
no setter

Static Methods

custom(double value) double
Custom spacing
horizontal(double width) Widget
Horizontal spacing widget
vertical(double height) Widget
Vertical spacing widget