mirror of
https://github.com/flutter/flutter.git
synced 2026-01-20 12:42:31 +08:00
This patch introduces the notion of a keyboard token, which generalizes the logic in EditableText for distinguishing between gaining focus by default and gaining focus because of an explicit use action. Fixes #7985