ChatUIKitMessageStatusWidget constructor

const ChatUIKitMessageStatusWidget({
  1. required MessageStatusType statusType,
  2. Color? color,
  3. double size = 14,
  4. VoidCallback? onErrorBtnTap,
  5. Key? key,
})

Implementation

const ChatUIKitMessageStatusWidget({
  required this.statusType,
  this.color,
  this.size = 14,
  this.onErrorBtnTap,
  super.key,
});