FixedWidthColumns constructor
- {int width = 1}
Creates a layout that splits an area into columns.
Implementation
const FixedWidthColumns({
this.width = 1,
}) : assert(width > 0, 'Width must be greater than 0');
Creates a layout that splits an area into columns.
const FixedWidthColumns({
this.width = 1,
}) : assert(width > 0, 'Width must be greater than 0');