avdStringDecoderOutsideViewBox property

PictureInfoDecoder<String> avdStringDecoderOutsideViewBox
final

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);