image_pixels library

Classes

ImagePixels
The ImagePixels widget lets you define an image through an imageProvider, and then use a builder to build a child widget that depends on the image dimension and the color of its pixels.
ImgDetails

Typedefs

BuilderFromImage = Widget Function(BuildContext context, ImgDetails img)
If the image is already available, hasImage is true, and width and height indicate the image dimensions.