FSCustomSpacing constructor
const
FSCustomSpacing({})
Implementation
const FSCustomSpacing({
this.none = FSSpacing.none,
this.xs = FSSpacing.xs,
this.sm = FSSpacing.sm,
this.md = FSSpacing.md,
this.lg = FSSpacing.lg,
this.xl = FSSpacing.xl,
this.xxl = FSSpacing.xxl,
this.xxxl = FSSpacing.xxxl,
});