WhiteLabelingParams constructor

WhiteLabelingParams({
  1. String? logoImageUrl,
  2. int? logoImageHeight,
  3. String? appTitle,
  4. Favicon? favicon,
  5. PaletteSettings? paletteSettings,
  6. String? helpLinkBaseUrl,
  7. bool? enableHelpLinks,
  8. bool? showNameVersion,
  9. String? platformName,
  10. String? platformVersion,
  11. String? customCss,
})

Implementation

WhiteLabelingParams(
    {this.logoImageUrl,
    this.logoImageHeight,
    this.appTitle,
    this.favicon,
    this.paletteSettings,
    this.helpLinkBaseUrl,
    this.enableHelpLinks,
    this.showNameVersion,
    this.platformName,
    this.platformVersion,
    this.customCss});