StickerKeyboardStyle constructor

StickerKeyboardStyle({
  1. Color? loadingIconTint,
  2. TextStyle? emptyTextStyle,
  3. TextStyle? errorTextStyle,
  4. Color? errorIconTint,
  5. Color? errorIconBackground,
})

Implementation

StickerKeyboardStyle(
    {this.loadingIconTint,
    this.emptyTextStyle,
    this.errorTextStyle,
    this.errorIconTint,
    this.errorIconBackground});