avdStringDecoderOutsideViewBox property
A PictureInfoDecoder for Strings that will not clip to the viewBox.
Implementation
static final PictureInfoDecoder<String> avdStringDecoderOutsideViewBox =
(String data, ColorFilter? colorFilter, String key) =>
avd.avdPictureStringDecoder(data, true, colorFilter, key);