hasSpecialText static method

bool hasSpecialText(
  1. InlineSpan textSpan
)

Implementation

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