DraftModeUISpinner constructor

const DraftModeUISpinner({
  1. Key? key,
  2. double size = 20,
  3. Color? color,
  4. double strokeWidth = 2,
})

Implementation

const DraftModeUISpinner({
  super.key,
  this.size = 20,
  this.color,
  this.strokeWidth = 2,
});