LayoutData class

Constructors

LayoutData({double? height, double? width, bool isComplex = false, bool spread = false, bool stretch = false, Alignment alignment = Alignment.topLeft, Axis axis = Axis.horizontal})

Properties

alignment Alignment
final
axis Axis
final
axisIsHorizontal bool
no setter
axisIsVertical bool
no setter
crossAxisAlignment CrossAxisAlignment
no setter
hasExpandedCross bool
no setter
hasExpandedHeight bool
no setter
hasExpandedMain bool
no setter
hasExpandedWidth bool
no setter
hashCode int
The hash code for this object.
no setterinherited
height double?
final
isComplex bool
final
mainAxisAlignment MainAxisAlignment
no setter
mainAxisSize MainAxisSize
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spread bool
final
stretch bool
final
width double?
final

Methods

hasExpandedAxis(Axis axis) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sizeOfAxis(Axis axis) double?
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

bank Map<Symbol, LayoutData>
getter/setter pair