StyledTextTagActionCallback typedef

StyledTextTagActionCallback = void Function(String? text, Map<String?, String?> attributes)

Implementation

typedef StyledTextTagActionCallback = void Function(
    String? text, Map<String?, String?> attributes);