ChatUIKitMessageStatusWidget constructor
const
ChatUIKitMessageStatusWidget({
- required MessageStatusType statusType,
- Color? color,
- double size = 14,
- VoidCallback? onErrorBtnTap,
- Key? key,
Implementation
const ChatUIKitMessageStatusWidget({
required this.statusType,
this.color,
this.size = 14,
this.onErrorBtnTap,
super.key,
});