setButtonBackgroundColor method

CFThemeBuilder setButtonBackgroundColor(
  1. String buttonBackgroundColor
)

Implementation

CFThemeBuilder setButtonBackgroundColor(String buttonBackgroundColor) {
  _buttonBackgroundColor = buttonBackgroundColor;
  return this;
}