avdByteDecoder property
A PictureInfoDecoder for Uint8Lists that will clip to the viewBox.
Implementation
static final PictureInfoDecoder<Uint8List> avdByteDecoder =
(Uint8List bytes, ColorFilter? colorFilter, String key) =>
avd.avdPictureDecoder(bytes, false, colorFilter, key);