chat_image_message/src/get_image_dimensions library
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.