AntdLoading constructor
const
AntdLoading({
- Key? key,
- AntdLoadingStyle? style,
- AntdStyleBuilder<
AntdLoadingStyle, AntdLoading> ? styleBuilder, - double? size,
- AntdColor? color,
- Widget? text,
- bool circular = false,
- Widget? child,
- bool? spinning = true,
Implementation
const AntdLoading({
super.key,
super.style,
super.styleBuilder,
this.size,
this.color,
this.text,
this.circular = false,
this.child,
this.spinning = true,
});