toSpan property

InlineSpan get toSpan

Implementation

InlineSpan get toSpan {
  return WidgetSpan(child: this);
}