native_adaptive_toolbox library

Native text-selection menus and handles, foundation-only.

Classes

NativeToolboxAction
One native menu item.
NativeToolboxMenu
Presents the platform's native text-selection menu.
NativeToolboxMenuPlatform
The native menu surface. A platform implementation responds to defaultChannel; without one, showMenu returns false.
NativeToolboxPositioner
Computes the anchor rect handed to the native menu.
NativeToolboxSelectionControls
Custom-painted, foundation-only selection handles.

Typedefs

NativeToolboxHandleBuilder = Widget Function(BuildContext context, TextSelectionHandleType type, double textLineHeight)
Builds a custom handle visual for NativeToolboxSelectionControls.