chat_image_message/chat_image_message library
Classes
- ChatImageMessage
- TimeAndStatus
- A widget to display the message timestamp and status indicator over an image.
Functions
-
getImageDimensions(
ImageProvider< Object> provider) → Future<Dimensions> - Asynchronously retrieves the dimensions (width and height) of an image provided by an ImageProvider.
Typedefs
- Dimensions = (double, double)
- Represents the width and height dimensions of an image.