hasSpecialText function

bool hasSpecialText(
  1. InlineSpan textSpan
)

Implementation

bool hasSpecialText(InlineSpan textSpan) {
  return hasT<SpecialInlineSpanBase>(textSpan);
}