LoaderProps.pulse constructor

const LoaderProps.pulse({
  1. String size = '40px',
  2. String? color,
})

Implementation

const LoaderProps.pulse({
  this.size = '40px',
  this.color,
})  : variant = LoaderVariant.pulse,
      strokeWidth = '3px',
      dotSize = '8px';