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