svgByteDecoder property

PictureInfoDecoder<Uint8List> svgByteDecoder
final

A PictureInfoDecoder for Uint8Lists that will clip to the viewBox.

Implementation

static final PictureInfoDecoder<Uint8List> svgByteDecoder =
    (Uint8List bytes, ColorFilter? colorFilter, String key) =>
        svg.svgPictureDecoder(bytes, false, colorFilter, key);