AFSpacingSet class

Constructors

AFSpacingSet({required EdgeInsets s0, required EdgeInsets s1, required EdgeInsets s2, required EdgeInsets s3, required EdgeInsets s4, required EdgeInsets s5})
AFSpacingSet.createLTRB(List<double> basicSizes, double left, double top, double right, double bottom)
factory

Properties

bigger EdgeInsets
no setter
biggest EdgeInsets
no setter
hashCode int
The hash code for this object.
no setterinherited
none EdgeInsets
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s0 EdgeInsets
final
s1 EdgeInsets
final
s2 EdgeInsets
final
s3 EdgeInsets
final
s4 EdgeInsets
final
s5 EdgeInsets
final
size1 EdgeInsets
no setter
size2 EdgeInsets
no setter
size3 EdgeInsets
no setter
size4 EdgeInsets
no setter
size5 EdgeInsets
no setter
smaller EdgeInsets
no setter
smallest EdgeInsets
no setter
standard EdgeInsets
no setter

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