FTxSpacing class

Constructors

FTxSpacing()

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
nBottom(double spacing) EdgeInsetsGeometry
nLeft(double spacing) EdgeInsetsGeometry
nRight(double spacing) EdgeInsetsGeometry
nTop(double spacing) EdgeInsetsGeometry
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