ResponsivePaddingConfig constructor

const ResponsivePaddingConfig({
  1. EdgeInsets? xs,
  2. EdgeInsets? sm,
  3. EdgeInsets? md,
  4. EdgeInsets? lg,
  5. EdgeInsets? xl,
})

Implementation

const ResponsivePaddingConfig({
  this.xs,
  this.sm,
  this.md,
  this.lg,
  this.xl,
});