NiceLoadingState constructor
const
NiceLoadingState({
- Key? key,
- String? message,
- NiceLoadingType type = NiceLoadingType.circular,
- double? progress,
- Color? color,
- double size = 48,
- EdgeInsets? padding,
Implementation
const NiceLoadingState({
super.key,
this.message,
this.type = NiceLoadingType.circular,
this.progress,
this.color,
this.size = 48,
this.padding,
});