Fix docs on SingletonFlutterWindow.supportsShowingSystemContextMenu by loic-sharma · Pull Request #183142 · flutter/flutter
Code Review
This pull request updates the documentation for SingletonFlutterWindow.supportsShowingSystemContextMenu. The previous documentation incorrectly described spell check functionality. The new documentation clarifies that the property is related to showing the system context menu and is used by AdaptiveTextSelectionToolbar, aligning it with the documentation of the PlatformDispatcher property it forwards to.