mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
On native iOS and Android when long pressing and then dragging the selection expands word by word. Before this change `SelectionArea` expanded the selection character by character on a long press drag. Fixes #104603