setTheme method

void setTheme(
  1. SchematicThemeMode mode
)

Set specific theme mode.

Implementation

void setTheme(SchematicThemeMode mode) {
  emit(mode);
}