CustomLoader constructor
const
CustomLoader({})
Implementation
const CustomLoader({
Key? key,
required this.inAsyncCall,
this.opacity = 0.3,
this.color = Colors.black,
/* this.progressIndicator = const CircularProgressIndicator(
color: AppColors.themeColor,
),*/
this.offset,
this.dismissible = false,
required this.child,
this.blur = 0.0,
}) : super(key: key);