FxSpacing class

Constructors

FxSpacing()

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 EdgeInsets
getter/setter pair

Static Methods

all(double spacing) EdgeInsets
bottom(double spacing) EdgeInsets
empty() Widget
fromLTRB(double left, double top, double right, double bottom) EdgeInsets
fullWidth(BuildContext context) double
height(double height) SizedBox
horizontal(double spacing) EdgeInsets
left(double spacing) EdgeInsets
nBottom(double spacing) EdgeInsets
nLeft(double spacing) EdgeInsets
nRight(double spacing) EdgeInsets
nTop(double spacing) EdgeInsets
only({double top = 0, double right = 0, double bottom = 0, double left = 0}) EdgeInsets
safeAreaTop(BuildContext context) double
symmetric({double vertical = 0, double horizontal = 0}) EdgeInsets
top(double spacing) EdgeInsets
vertical(double spacing) EdgeInsets
width(double width) SizedBox
x(double spacing) EdgeInsets
xy(double xSpacing, double ySpacing) EdgeInsets
y(double spacing) EdgeInsets