ColumnComponent constructor
const
ColumnComponent({
- required List<
DisplayComponent> children, - int spacing = 0,
Implementation
const ColumnComponent({required this.children, this.spacing = 0});