BotAppSettings constructor

const BotAppSettings({
  1. Uint8List? placeholderPath,
  2. int? backgroundColor,
  3. int? backgroundDarkColor,
  4. int? headerColor,
  5. int? headerDarkColor,
})

Bot App Settings constructor.

Implementation

const BotAppSettings({
  this.placeholderPath,
  this.backgroundColor,
  this.backgroundDarkColor,
  this.headerColor,
  this.headerDarkColor,
}) : super._();