mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 06:48:26 +00:00
Adds analysis options to Veggie Seasons (#98)
This commit is contained in:
@@ -68,7 +68,7 @@ class VeggieHeadline extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return GestureDetector(
|
||||
onTap: () => Navigator.of(context).push(CupertinoPageRoute(
|
||||
onTap: () => Navigator.of(context).push<void>(CupertinoPageRoute(
|
||||
builder: (context) => DetailsScreen(veggie.id),
|
||||
fullscreenDialog: true,
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user