ChatUIKitButton.neutral constructor

const ChatUIKitButton.neutral(
  1. String text, {
  2. VoidCallback? onTap,
  3. FontWeight? fontWeight,
  4. double? fontSize,
  5. double radius = 0,
  6. double borderWidth = 1,
  7. 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;