MaslowApp.router constructor

const MaslowApp.router({
  1. Key? key,
  2. ThemeMode themeMode = ThemeMode.system,
  3. Widget builder(
    1. BuildContext,
    2. Widget?
    )?,
  4. RouterConfig<Object>? config,
})

Implementation

const MaslowApp.router({
  super.key,
  this.themeMode = ThemeMode.system,
  this.builder,
  this.config,
}) : home = null;