dark property
Theme
get
dark
The dark theme for TikiSdk pre-built UIs. Just used if is set in TikiSdk.
Implementation
tiki_theme.Theme get dark {
_dark ??= tiki_theme.Theme.dark();
return _dark!;
}
The dark theme for TikiSdk pre-built UIs. Just used if is set in TikiSdk.
tiki_theme.Theme get dark {
_dark ??= tiki_theme.Theme.dark();
return _dark!;
}