directInsert property
The callback is to insert the text directly. It is called when the user
taps the candidate word. so the insertText is a confirmed word and needs
to insert directly without any conversion.
Implementation
final void Function(String insertText) directInsert;