SdkTheme constructor

SdkTheme({
  1. String buttonBackgroundColor = "",
  2. String buttonTextColor = "",
  3. String headerImage = "",
  4. String poweredByImage = "",
})

Implementation

SdkTheme({this.buttonBackgroundColor = "", this.buttonTextColor = "", this.headerImage = "", this.poweredByImage = ""});