FuSpacing class

Constructors

FuSpacing()

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) EdgeInsetsGeometry
bottom(double spacing) EdgeInsetsGeometry
fromLTRB(double left, double top, double right, double bottom) EdgeInsetsGeometry
height(double height) Widget
horizontal(double spacing) EdgeInsetsGeometry
left(double spacing) EdgeInsetsGeometry
noBottom(double spacing) EdgeInsetsGeometry
it's do padding from all deration except Bottom
noLeft(double spacing) EdgeInsetsGeometry
it's do padding from all deration except Left
noRight(double spacing) EdgeInsetsGeometry
it's do padding from all deration except Right
noTop(double spacing) EdgeInsetsGeometry
it's do padding from all deration except Top
only({double top = 0, double right = 0, double bottom = 0, double left = 0}) EdgeInsetsGeometry
symmetric({double vertical = 0, double horizontal = 0}) EdgeInsetsGeometry
top(double spacing) EdgeInsetsGeometry
vertical(double spacing) EdgeInsetsGeometry
width(double width) Widget
x(double spacing) → dynamic
xy(double xSpacing, double ySpacing) → dynamic
y(double spacing) → dynamic