ResponsivePaddingConfig constructor
const
ResponsivePaddingConfig({
- EdgeInsets? xs,
- EdgeInsets? sm,
- EdgeInsets? md,
- EdgeInsets? lg,
- EdgeInsets? xl,
Implementation
const ResponsivePaddingConfig({
this.xs,
this.sm,
this.md,
this.lg,
this.xl,
});