painting library

Enums

ImageType
defines the types of supported image source.

Functions

debugDecodeGifForTest(Uint8List bytes, {BoxFit boxFit = BoxFit.none, int? preferredWidth, int? preferredHeight}) Future<({Codec codec, int naturalHeight, int naturalWidth})>

Typedefs

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