AppLoader constructor
const
AppLoader({})
Creates a new AppLoader.
Implementation
const AppLoader({
super.key,
this.size = 50,
this.color = Colors.blue,
this.fullScreen = false,
this.backgroundColor,
this.loaderType = LoaderType.spinningLines,
});