StickerAuxiliaryButton constructor

const StickerAuxiliaryButton({
  1. Key? key,
  2. Widget? keyboardButtonIcon,
  3. Widget? stickerButtonIcon,
  4. dynamic onKeyboardTap()?,
  5. dynamic onStickerTap()?,
  6. CometChatTheme? theme,
  7. Color? stickerIconTint,
  8. Color? keyboardIconTint,
})

Implementation

const StickerAuxiliaryButton(
    {super.key,
    this.keyboardButtonIcon,
    this.stickerButtonIcon,
    this.onKeyboardTap,
    this.onStickerTap,
    this.theme,
    this.stickerIconTint,
    this.keyboardIconTint});