wrapperBuilder property

(WidgetSpan Function(BuildContext context, Widget t, bool tapped)?) wrapperBuilder
final

The WidgetSpan wrapper builder. If this value is set, than returned WidgetSpan will be used as TextGroup's texts.

Implementation

final WidgetSpan Function(BuildContext context, Widget t, bool tapped)? wrapperBuilder;