setBackButtonBackgroundColor method

InstructionsThemeBuilder setBackButtonBackgroundColor(
  1. String v
)

Implementation

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