PictureInfoDecoderBuilder<T> typedef

PictureInfoDecoderBuilder<T> = PictureInfoDecoder<T> Function(Color? currentColor)

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

Implementation

typedef PictureInfoDecoderBuilder<T> = PictureInfoDecoder<T> Function(
  Color? currentColor,
);