SinglePreloader constructor
const
SinglePreloader({})
Implementation
const SinglePreloader({
required this.child,
this.indicatorWidget = const CircularProgressIndicator(),
this.indicatorColor = Colors.white,
this.containerColor = Colors.grey,
this.backgroundColor = Colors.black54,
super.key,
});