encodePngAnimation function Null safety
Encode an animation to the PNG format.
Implementation
List<int>? encodePngAnimation(Animation anim, {int level = 6}) =>
PngEncoder(level: level).encodeAnimation(anim);
Encode an animation to the PNG format.
List<int>? encodePngAnimation(Animation anim, {int level = 6}) =>
PngEncoder(level: level).encodeAnimation(anim);