LoadingPanel constructor
const
LoadingPanel({
- Key? key,
- required bool isLoading,
- Widget? child,
- String? message,
- double? progress,
- RistoLoaderStyle loaderStyle = RistoLoaderStyle.adaptive,
- Color? barrierColor,
- Color? loaderColor,
- double blurSigma = 4.0,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- BorderRadius? barrierBorderRadius,
Implementation
const LoadingPanel({
super.key,
required this.isLoading,
this.child,
this.message,
this.progress,
this.loaderStyle = RistoLoaderStyle.adaptive,
this.barrierColor,
this.loaderColor,
this.blurSigma = 4.0,
this.padding,
this.margin,
this.barrierBorderRadius,
});