XLoading constructor
const
XLoading({
- Key? key,
- Color? color,
- double? strokeWidth = 2.0,
- EdgeInsetsGeometry? margin,
- double? size,
Implementation
const XLoading({
super.key,
this.color,
this.strokeWidth = 2.0,
this.margin,
this.size,
});