RowComponent constructor

const RowComponent({
  1. required List<DisplayComponent> children,
  2. String separator = ' ',
})

Implementation

const RowComponent({required this.children, this.separator = ' '});