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