ChatUIKitButton constructor

const ChatUIKitButton(
  1. String text, {
  2. VoidCallback? onTap,
  3. required ChatUIKitButtonType type,
  4. FontWeight? fontWeight,
  5. double? fontSize,
  6. double radius = 0,
  7. double borderWidth = 1,
  8. Key? key,
})

Implementation

const ChatUIKitButton(
  this.text, {
  this.onTap,
  required this.type,
  this.fontWeight,
  this.fontSize,
  this.radius = 0,
  this.borderWidth = 1,
  super.key,
});