RowTemplate class

Annotations

Constructors

RowTemplate()

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 Methods

child1_expanded_child2_wrapWidth(Widget child1, Widget child2) Row
child1_WrapWidth_child2_expanded(Widget child1, Widget child2, {Alignment? gravityLayout}) Row
leftAndRight(Widget childLeft, Widget childRight) Row
scroll(BuildContext context, List<Widget> children) Widget
wrapChildren(List<Widget> children, {MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start, MainAxisSize mainAxisSize = MainAxisSize.min, CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center}) Row
wrapChildren_gravityCenter(List<Widget> children) Row