setCustomTheme method
Implementation
void setCustomTheme(RCKThemeColor color, RCKThemeIcon icon) {
_customColor = color;
_customIcon = icon;
_currentTheme = RCIMIWAppTheme.custom;
notifyListeners();
}
void setCustomTheme(RCKThemeColor color, RCKThemeIcon icon) {
_customColor = color;
_customIcon = icon;
_currentTheme = RCIMIWAppTheme.custom;
notifyListeners();
}