PictureInfoDecoderBuilder<T> typedef

PictureInfoDecoderBuilder<T> = PictureInfoDecoder<T> Function(SvgTheme theme)

The signature of a builder that returns a PictureInfoDecoder based on the provided theme.

Implementation

typedef PictureInfoDecoderBuilder<T> = PictureInfoDecoder<T> Function(
  SvgTheme theme,
);