setTheme method

Implementation

CFDropCheckoutPaymentBuilder setTheme(CFTheme cfTheme) {
  _cfTheme = cfTheme;
  return this;
}