Lines Matching refs:isDark
74 isDark: boolean = false
78 this.isDark = dark ? dark : false
83 if (this.isDark) {// Service logic can be written here.
112 this.modifier.isDark = !this.modifier.isDark
128 isDark: boolean = false
131 this.isDark = dark ? dark : false
135 if (this.isDark) {
162 this.modifier.isDark = !this.modifier.isDark
178 isDark: boolean = false
181 this.isDark = dark ? dark : false
185 if (this.isDark) {
231 this.modifier.isDark = !this.modifier.isDark