theme property

AppThemeData theme

Theme config used by katana_theme.

katana_themeで利用されるテーマのコンフィグ。

Implementation

AppThemeData get theme {
  assert(
    _router != null,
    "[AppThemeData] is not given. Please specify [theme] when creating [ModuleMasamuneAdapter].",
  );
  return _theme!;
}