painting library

Enums

ImageType
defines the types of supported image source.

Typedefs

LoadImage = Future<ImageLoadResponse> Function(Uri url)
OnImageLoad = void Function(int naturalWidth, int naturalHeight, int frameCount)