Loader constructor
const
Loader({})
Implementation
const Loader({
super.key,
required this.isLoading,
required this.child,
this.loaderType = SelectLoaderType.neonGlow,
this.size = 80,
this.color = Colors.blue,
this.gifPath,
this.assetGif = false,
});