ColumnComponent constructor

const ColumnComponent({
  1. required List<DisplayComponent> children,
  2. int spacing = 0,
})

Implementation

const ColumnComponent({required this.children, this.spacing = 0});