LoadingWidget constructor
const
LoadingWidget({
- Key? key,
- LoadingType type = LoadingType.circular,
- String? message,
- Color? color,
- double size = 40.0,
Implementation
const LoadingWidget({
super.key,
this.type = LoadingType.circular,
this.message,
this.color,
this.size = 40.0,
});