STRadiusIr constructor

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

Implementation

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