extended_textfield library

Constants

iOSHorizontalOffset → const int
An eyeballed value that moves the cursor slightly left of where it is rendered for text on Android so its positioning more accurately matches the native iOS text cursor positioning.

Typedefs

AppPrivateCommandCallback = void Function(String, Map<String, dynamic>)
Signature for the callback that reports the app private command results.
SelectionChangedCallback = void Function(TextSelection selection, SelectionChangedCause? cause)
Signature for the callback that reports when the user changes the selection (including the cursor location).