RowNode constructor
RowNode({ - MainAxisAlignment? mainAxisAlignment,
- CrossAxisAlignment? crossAxisAlignment,
- MainAxisSize? mainAxisSize,
- double? spacing,
- LayoutFlex? flex,
- Vector2? position,
- Vector2? scale,
- double? angle,
- Anchor? anchor,
- bool? enabled,
- int? priority,
- Iterable<Node> children = const [],
})
Implementation
RowNode({
super.mainAxisAlignment,
super.crossAxisAlignment,
super.mainAxisSize,
super.spacing,
super.flex,
super.position,
super.scale,
super.angle,
super.anchor,
super.enabled,
super.priority,
super.children,
}) : super(direction: .horizontal);