convert abstract method

Widget convert(
  1. T element,
  2. BuildContext context,
  3. TagflowConverter converter
)

Convert the element to a widget

Implementation

Widget convert(T element, BuildContext context, TagflowConverter converter);