svgStringDecoderBuilder property
A PictureInfoDecoderBuilder for strings that will clip to the viewBox.
Implementation
static final PictureInfoDecoderBuilder<String> svgStringDecoderBuilder =
(SvgTheme theme) => (String data, ColorFilter? colorFilter, String key) =>
svg.svgPictureStringDecoder(
data,
false,
colorFilter,
key,
theme: theme,
);