menu
rohd_schematic_viewer
schematic_viewer.dart
SchematicThemeCubit
isDark property
isDark
dark_mode
light_mode
isDark
property
bool
get
isDark
Check if current theme is dark.
Implementation
bool get isDark => state == SchematicThemeMode.dark;
rohd_schematic_viewer
schematic_viewer
SchematicThemeCubit
isDark property
SchematicThemeCubit class