ImageMessageWidget constructor
const
ImageMessageWidget({})
Constructor of the Image Message Widget
Implementation
const ImageMessageWidget(
{super.key,
required this.uri,
this.text,
required this.isAuthor,
this.shouldHideText,
this.shouldFitToAvailableSize});