flutter_richify library

Enums

CompensationStrategy
Strategy for applying zero-width space compensation to WidgetSpans.

Typedefs

MatchFinder = List<MatchResult> Function(MatchingContext context)
MatchValidator = Map<String, dynamic>? Function(MatchCandidate candidate)
SpanBuilder = InlineSpan Function(MatchCandidate candidate)
SpanPostProcessor = List<InlineSpan> Function(List<InlineSpan> spans, List<MatchResult> matches, MatchingContext context)