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:
committed by
GitHub
parent
56c01c31be
commit
6bd2d930bb
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user