SvgImageLoader typedef

SvgImageLoader = Future<Uint8List?> Function(String href)

Optional callback for loading external image bytes referenced by <image> href.

Returning null delegates loading to default bundle/network/data-uri logic.

Implementation

typedef SvgImageLoader = Future<Uint8List?> Function(String href);