Row class
Constructors
-
Row(Token name, List<
AstWidget> children, [MainAxisAlignment? mainAxisAlignment, CrossAxisAlignment? crossAxisAlignment])
Properties
-
children
→ List<
AstWidget> -
final
- crossAxisAlignment → CrossAxisAlignment?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainAxisAlignment → MainAxisAlignment?
-
final
- name → Token
-
finalinherited
- 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