LoadingScreenConfig constructor
const
LoadingScreenConfig({})
Implementation
const LoadingScreenConfig({
this.backgroundColor = Colors.white,
this.progressColor = const Color(0xFFDA291C), // Man Utd Red
this.textColor = const Color(0xFF1E1E1E),
this.loadingText = 'Processing...',
this.logoSize = 40.0,
this.textStyle,
this.logoWidget,
this.progressIndicatorSize = 60.0,
});