TagTextFormatter typedef

TagTextFormatter = String Function(String id, String tag, String triggerCharacter)

Formatter for tags in the TextField associated with FlutterTagger.

Implementation

typedef TagTextFormatter = String Function(
  String id,
  String tag,
  String triggerCharacter,
);