OverLayAnimation constructor
OverLayAnimation({})
Implementation
OverLayAnimation({
required this.isLoading,
required this.child,
this.opacity = 0.5,
this.progressIndicator = const CircularProgressIndicator(),
this.color,
});