ResponsiveIconConfig constructor

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

Implementation

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