ModLoadingConfig constructor
ModLoadingConfig({
- String? imagePath,
- IconData? icon,
- bool animate = true,
- double size = 32,
- ModLoadingPosition position = ModLoadingPosition.center,
- Color? backgroundColor,
- double borderRadius = 8,
- EdgeInsets? padding,
- bool barrierDismissible = false,
- String? title,
- ModLoadingOrientation orientation = ModLoadingOrientation.vertical,
- double spacing = 20,
Implementation
ModLoadingConfig({
this.imagePath,
this.icon,
this.animate = true,
this.size = 32,
this.position = ModLoadingPosition.center,
this.backgroundColor,
this.borderRadius = 8,
this.padding,
this.barrierDismissible = false,
this.title,
this.orientation = ModLoadingOrientation.vertical,
this.spacing = 20,
});