ChipSelectionSpinner constructor
const
ChipSelectionSpinner({
- Key? key,
- EdgeInsetsGeometry? padding,
- double? size,
- Color? color,
- double? thickness,
default constructor
Implementation
const ChipSelectionSpinner({
Key? key,
this.padding,
this.size,
this.color,
this.thickness,
}) : super(key: key);