onUnknownTag property

void Function(FluentMarkupSpan node)? onUnknownTag
final

Unknown-tag callback — see fluentSpansToInline. Null asserts in debug on a tag with no builder and no style.

Implementation

final void Function(FluentMarkupSpan node)? onUnknownTag;