use a Drawercontext to be able to have a specific scaffold for each page
This commit is contained in:
@ -14,10 +14,7 @@ class TagTile extends StatelessWidget {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) => Scaffold(
|
||||
appBar: AppBar(title: Text(tag.tagName)),
|
||||
body: VideoFeed(tag: tag),
|
||||
),
|
||||
builder: (context) => VideoFeed(tag: tag),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user