setRetryButtonColor method
Implementation
ResultThemeBuilder setRetryButtonColor(String v) {
colors['retryButtonBackground'] = v;
return this;
}
ResultThemeBuilder setRetryButtonColor(String v) {
colors['retryButtonBackground'] = v;
return this;
}