ColumnEnd constructor
Constructs a ColumnEnd widget.
The children
parameter is required and represents the list of widgets to be displayed in the column.
Implementation
const ColumnEnd({Key? key, required this.children}) : super(key: key);
Constructs a ColumnEnd widget.
The children
parameter is required and represents the list of widgets to be displayed in the column.
const ColumnEnd({Key? key, required this.children}) : super(key: key);