LayoutFlex class

Inheritance
Annotations

Constructors

LayoutFlex({String? id, int size = 1, bool isFlex = true, required List<LayoutItem> children, required Axis direction})

Properties

children List<LayoutItem>
finalinherited
direction Axis
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
isFlex bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
finalinherited

Methods

copyWith({String? id, int? size, bool? isFlex, List<LayoutItem>? children, Axis? direction}) LayoutFlex
override
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