CircularLoader constructor
const
CircularLoader({
- Key? key,
- double? size,
- double? strokeWidth,
- EdgeInsetsGeometry? padding,
Implementation
const CircularLoader({
super.key,
this.size,
this.strokeWidth,
this.padding,
});