KaiApp constructor
KaiApp()
Implementation
KaiApp() {
// TODO: Implement theming
final style = document.documentElement!.style;
style.setProperty('--header-background', '#320574');
}
KaiApp() {
// TODO: Implement theming
final style = document.documentElement!.style;
style.setProperty('--header-background', '#320574');
}