setStatusBarErrorIsDarkIcons method
Implementation
ResultThemeBuilder setStatusBarErrorIsDarkIcons(bool v) {
colors['statusBarErrorIsDarkIcons'] = v.toString();
return this;
}
ResultThemeBuilder setStatusBarErrorIsDarkIcons(bool v) {
colors['statusBarErrorIsDarkIcons'] = v.toString();
return this;
}