appDarkTheme property

void appDarkTheme=(ThemeData? v)

Sets the CodeMeltedUI.app dark theme.

Implementation

set appDarkTheme(ThemeData? v) {
  CAppView.darkTheme = v;
}