AppConfig constructor
const
AppConfig({
- String? appId,
- String? appSecret,
- String? appChannel,
- String? crashlyticsDomain,
- Size? designSize,
- Color? statusBarColor,
- LogConfig? logConfig,
- ToastTheme? toastTheme,
- LoadingTheme? loadingTheme,
- ErrorWidgetBuilder? errorWidgetBuilder,
- Map<
String, dynamic> extra = const {},
Implementation
const AppConfig({
this.appId,
this.appSecret,
this.appChannel,
this.crashlyticsDomain,
//
this.designSize,
this.statusBarColor,
this.logConfig,
this.toastTheme,
this.loadingTheme,
this.errorWidgetBuilder,
this.extra = const {},
});