1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-02 01:32:58 +00:00

Another context menus example: custom menu (#1577)

This commit is contained in:
Justin McCandless
2023-01-20 13:45:19 -08:00
committed by GitHub
parent 56c01c31be
commit 6bd2d930bb
5 changed files with 168 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ void main() {
await tester.dragUntilVisible(
find.text(CascadingMenuPage.title),
find.byType(ListView),
const Offset(0.0, -300.0),
const Offset(0.0, -250.0),
);
await tester.tap(find.text(CascadingMenuPage.title));
await tester.pumpAndSettle();