Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Flutter
Button — CometChat documentation.
CometChatButton
buttonStyle
onTap
CometChatButton( text: "Button", buttonStyle: CometChatButtonStyle( background: Colors.red, ), onTap: (context) { // Action on button tap goes here }, );
ButtonStyle( textStyle: TextStyle(), iconTint: Colors.white, iconBackground: Colors.white, iconBorder: Border.all(), iconBorderRadius: 50, width: 100, height: 100, background: Colors.white, border: Border.all(), borderRadius: BorderRadius.circular(20), gradient: LinearGradient(), );
Was this page helpful?