ChipSelectionSpinner constructor

const ChipSelectionSpinner({
  1. Key? key,
  2. EdgeInsetsGeometry? padding,
  3. double? size,
  4. Color? color,
  5. double? thickness,
})

default constructor

Implementation

const ChipSelectionSpinner({
  Key? key,
  this.padding,
  this.size,
  this.color,
  this.thickness,
}) : super(key: key);