LoaderProps.dots constructor

const LoaderProps.dots({
  1. String? color,
  2. String dotSize = '8px',
})

Implementation

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