editorThemeModeProvider top-level property

  1. @ProviderFor(EditorThemeMode)
NotifierProviderImpl<EditorThemeMode, ThemeMode> editorThemeModeProvider
final

See also EditorThemeMode.

Implementation

@ProviderFor(EditorThemeMode)
final editorThemeModeProvider =
    NotifierProvider<EditorThemeMode, ThemeMode>.internal(
  EditorThemeMode.new,
  name: r'editorThemeModeProvider',
  debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
      ? null
      : _$editorThemeModeHash,
  dependencies: null,
  allTransitiveDependencies: null,
);