ModulaColumn constructor
const
ModulaColumn({
- required List<
Widget> children, - Key? key,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
- MainAxisSize mainAxisSize = MainAxisSize.max,
- double spacing = 8.0,
- TextDirection? textDirection,
- VerticalDirection verticalDirection = VerticalDirection.down,
Implementation
const ModulaColumn({
required this.children,
super.key,
this.mainAxisAlignment = MainAxisAlignment.start,
this.crossAxisAlignment = CrossAxisAlignment.center,
this.mainAxisSize = MainAxisSize.max,
this.spacing = 8.0,
this.textDirection,
this.verticalDirection = VerticalDirection.down,
});