SvgCustomFontLookup typedef

SvgCustomFontLookup = Font? Function(String fontFamily, String fontStyle, String fontWeight)

Implementation

typedef SvgCustomFontLookup = Font? Function(
    String fontFamily, String fontStyle, String fontWeight);