SpacingScale constructor
const
SpacingScale({})
Creates a SpacingScale with configurable values.
Implementation
const SpacingScale({
this.xs = 4.0,
this.sm = 8.0,
this.md = 16.0,
this.lg = 24.0,
this.xl = 32.0,
this.xxl = 48.0,
});