ChatButton constructor
const
ChatButton({
- required String label,
- String? subtitle,
- ChatButtonStyle style = ChatButtonStyle.outlined,
- IconData? icon,
- String? imageUrl,
Implementation
const ChatButton({
required this.label,
this.subtitle,
this.style = ChatButtonStyle.outlined,
this.icon,
this.imageUrl,
});