BaseApp constructor
const
BaseApp({})
Конструктор BaseApp.
По умолчанию поддерживается только русский язык (ru_RU).
Implementation
const BaseApp({
super.key,
this.supportedLocales = const [Locale('ru', 'RU')],
this.title = '',
this.themeMode,
this.theme,
this.darkTheme,
this.routerConfig,
this.builder,
});