RowComponent constructor
const
RowComponent({
- required List<
DisplayComponent> children, - String separator = ' ',
Implementation
const RowComponent({required this.children, this.separator = ' '});