MessageStatusIcon constructor

const MessageStatusIcon({
  1. Key? key,
  2. required MessageStatusIconDataModel model,
  3. VoidCallback? onReSend,
})

Implementation

const MessageStatusIcon({
  super.key,
  required this.model,
  this.onReSend,
});