Spacing class

Constructors

Spacing()

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

zero EdgeInsetsGeometry
getter/setter pair

Static Methods

all(double spacing, {bool withResponsive = true}) EdgeInsetsGeometry
bottom(double spacing, {bool withResponsive = true}) EdgeInsetsGeometry
fromLTRB(double left, double top, double right, double bottom, {bool withResponsive = true}) EdgeInsetsGeometry
horizontal(double spacing, {bool withResponsive = true}) EdgeInsetsGeometry
left(double spacing, {bool withResponsive = true}) EdgeInsetsGeometry
only({double top = 0, double right = 0, double bottom = 0, double left = 0, bool withResponsive = true}) EdgeInsetsGeometry
symmetric({double vertical = 0, double horizontal = 0, bool withResponsive = true}) EdgeInsetsGeometry
top(double spacing, {bool withResponsive = true}) EdgeInsetsGeometry
vertical(double spacing, {bool withResponsive = true}) EdgeInsetsGeometry