FSColSize constructor
Implementation
const FSColSize({
this.xs = 12, // Default: full width on mobile
this.sm,
this.md,
this.lg,
this.xl,
this.xxl,
}) : assert(xs >= 1 && xs <= 12, 'XS column size must be between 1 and 12');
const FSColSize({
this.xs = 12, // Default: full width on mobile
this.sm,
this.md,
this.lg,
this.xl,
this.xxl,
}) : assert(xs >= 1 && xs <= 12, 'XS column size must be between 1 and 12');