CometChatButton constructor

const CometChatButton({
  1. Key? key,
  2. String? text,
  3. String? hoverText,
  4. String? iconUrl,
  5. String? iconPackage,
  6. ButtonStyle? buttonStyle,
  7. dynamic onTap(
    1. BuildContext
    )?,
  8. Widget? icon,
})

Implementation

const CometChatButton({
  super.key,
  this.text,
  this.hoverText,
  this.iconUrl,
  this.iconPackage,
  this.buttonStyle,
  this.onTap,
  this.icon,
});