StyledTextCustomTagParser typedef

StyledTextCustomTagParser = TextStyle? Function(TextStyle? baseStyle, Map<String?, String?> attributes)

The signature of the tag attribute parser.

Implementation

typedef StyledTextCustomTagParser = TextStyle? Function(
    TextStyle? baseStyle, Map<String?, String?> attributes);