LoadingConfig constructor
const
LoadingConfig({
- String? message,
- Color? indicatorColor,
- AlertTheme? theme,
Implementation
const LoadingConfig({
this.message,
this.indicatorColor,
this.theme,
});