VisitorCallback typedef
VisitorCallback =
bool Function(InlineSpan span, TextStyle? parentStyle, AnnotationBuilder? annotation)
Implementation
typedef VisitorCallback = bool Function(
InlineSpan span,
TextStyle? parentStyle,
AnnotationBuilder? annotation,
);