CircularPlaceholder constructor

CircularPlaceholder({
  1. double? strokeWidth,
  2. Color? color,
})

Implementation

CircularPlaceholder({
  this.strokeWidth,
  this.color,
});