Row constructor
const
Row({
- List<
Widget> children = const <Widget>[], - MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
- MainAxisSize mainAxisSize = MainAxisSize.max,
Row API.
Implementation
const Row({
super.children,
super.mainAxisAlignment,
super.crossAxisAlignment = CrossAxisAlignment.center,
super.mainAxisSize,
}) : super(direction: Axis.horizontal);