ColumnsComponent constructor
const
ColumnsComponent({})
Implementation
const ColumnsComponent({
required this.items,
this.columnCount,
this.gutter = 2,
this.indent = 2,
this.renderConfig = const RenderConfig(),
});