getOtherWidgetSpan function

InlineSpan getOtherWidgetSpan(
  1. Element node
)

Tag: other --- this is for you to custom widget

Implementation

InlineSpan getOtherWidgetSpan(m.Element node) =>
    WidgetSpan(child: OtherWidget(node: node));