StreamVisibleFootnote constructor

const StreamVisibleFootnote({
  1. Key? key,
})

Informs the user about a StreamMessageWidget's visibility to the current user.

Used in StreamGiphyAttachment.

Implementation

const StreamVisibleFootnote({super.key});