buildSpan abstract method

InlineSpan buildSpan(
  1. BuildContext context
)

Builds InlineSpan for TextGroupItem, which must be implemented by the subclasses of TextGroupItem.

Implementation

InlineSpan buildSpan(BuildContext context);