GifAnimationDecoder constructor
const
GifAnimationDecoder({
- GifAnimationDecodeOptions options = const GifAnimationDecodeOptions(),
Creates a reusable GIF animation decoder.
Implementation
const GifAnimationDecoder({
this.options = const GifAnimationDecodeOptions(),
});