setBackButtonBackgroundColor method
Implementation
InstructionsThemeBuilder setBackButtonBackgroundColor(String v) {
colors['backButtonBackground'] = v;
return this;
}
InstructionsThemeBuilder setBackButtonBackgroundColor(String v) {
colors['backButtonBackground'] = v;
return this;
}