1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-21 14:37:57 +00:00

Cascading context menu (#1501)

This commit is contained in:
Justin McCandless
2022-11-17 13:41:21 -08:00
committed by GitHub
parent f8117cc885
commit e93776ae04
4 changed files with 434 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ class AnywherePage extends StatelessWidget {
static const String route = 'anywhere';
static const String title = 'Context Menu Anywhere Example';
static const String subtitle = 'A ContextMenu outside of a text field';
static const String subtitle = 'A context menu outside of a text field';
final PlatformCallback onChangedPlatform;