LoadingView<T> constructor
const
LoadingView<T> ({})
Implementation
const LoadingView({
super.key,
this.child,
this.showBackground = true,
this.color,
this.tag,
this.isCustomLoading = false,
this.quarterTurns = 0,
});