updateFloatingCursor method
Updates the floating cursor position and state.
See also:
- FloatingCursorDragState, which explains the floating cursor feature in detail.
Implementation
@override
void updateFloatingCursor(RawFloatingCursorPoint point) {
throw UnimplementedError();
}