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