Column constructor
Column({})
Implementation
Column({
Key? key,
this.mainAxisAlignment,
this.crossAxisAlignment,
this.mainAxisSize,
this.children = const [],
}) : super(key: key);
Column({
Key? key,
this.mainAxisAlignment,
this.crossAxisAlignment,
this.mainAxisSize,
this.children = const [],
}) : super(key: key);