ChatUIKitButton constructor
const
ChatUIKitButton(
- String text, {
- VoidCallback? onTap,
- required ChatUIKitButtonType type,
- FontWeight? fontWeight,
- double? fontSize,
- double radius = 0,
- double borderWidth = 1,
- Key? key,
Implementation
const ChatUIKitButton(
this.text, {
this.onTap,
required this.type,
this.fontWeight,
this.fontSize,
this.radius = 0,
this.borderWidth = 1,
super.key,
});