overlay_text_form_field library

Classes

OverlayTextFormField
OverlayTextFormField create a TextFormField with ability to show overlay for user mention or tag

Typedefs

OverlayBuilder = Widget Function(String query, void onOverlaySelect(String selectedValue))
A type representing the function passed to OverlayTextFormField for its overlayMentionBuilder and overlayTagBuilder.