LoadingOverlayPro constructor
const
LoadingOverlayPro({})
Implementation
const LoadingOverlayPro({
Key? key,
required this.isLoading,
required this.child,
this.backgroundColor = Colors.black54,
this.progressIndicator = const LoadingBouncingLine.circle(),
this.overLoading,
this.bottomLoading,
}) : super(key: key);