File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ class _ShrineAppState extends State<ShrineApp> {
35
35
title: 'Shrine' ,
36
36
home: Backdrop (
37
37
currentCategory: _currentCategory,
38
- frontPanel : HomePage (category: _currentCategory),
39
- backPanel : CategoryMenuPage (
38
+ frontLayer : HomePage (category: _currentCategory),
39
+ backLayer : CategoryMenuPage (
40
40
currentCategory: _currentCategory,
41
41
onCategoryTap: _onCategoryTap,
42
42
),
Original file line number Diff line number Diff line change @@ -222,15 +222,15 @@ class _BackdropState extends State<Backdrop>
222
222
width: 72.0 ,
223
223
child: IconButton (
224
224
padding: EdgeInsets .only (left: 20.0 ),
225
- onPressed: _toggleBackdropPanelVisibility ,
225
+ onPressed: _toggleBackdropLayerVisibility ,
226
226
icon: brandedIcon,
227
227
),
228
228
),
229
229
widget.frontTitle,
230
230
],
231
231
),
232
232
backTitle: IconButton (
233
- onPressed: _toggleBackdropPanelVisibility ,
233
+ onPressed: _toggleBackdropLayerVisibility ,
234
234
icon: Icon (Icons .close),
235
235
),
236
236
),
You can’t perform that action at this time.
0 commit comments