BZMain constructor

BZMain({
  1. String title = '',
  2. ThemeData? theme,
  3. String? initialRoute,
  4. List<GetPage>? getPages,
  5. List<NavigatorObserver>? navigatorObservers,
  6. Iterable<LocalizationsDelegate>? localizationsDelegates,
  7. Size designSize = const Size(375, 812),
})

Implementation

BZMain({
  this.title = '',
  this.theme,
  this.initialRoute,
  this.getPages,
  this.navigatorObservers,
  this.localizationsDelegates,
  this.designSize = const Size(375, 812),
});