Commit b371788d authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

Remove Pesto recipe card scaffold leading override (#6172)

The current implementation matches the default behaviour of the material
scaffold.
parent 21acf223
......@@ -313,11 +313,6 @@ class _RecipePageState extends State<RecipePage> {
expandedHeight: _getAppBarHeight(context),
backgroundColor: Colors.transparent,
elevation: 0,
leading: new IconButton(
icon: new Icon(Icons.arrow_back),
onPressed: () => Navigator.pop(context),
tooltip: 'Back'
),
actions: <Widget>[
new PopupMenuButton<String>(
onSelected: (String item) {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment