Skip to content

Commit

Permalink
reset Dart_packages to head
Browse files Browse the repository at this point in the history
  • Loading branch information
clocksmith committed May 24, 2018
1 parent 7ba32de commit 1d5dbf1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
41 changes: 22 additions & 19 deletions mdc_100_series/.idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mdc_100_series/lib/backdrop.dart
Expand Up @@ -252,7 +252,7 @@ class _BackdropState extends State<Backdrop>
width: 72.0,
child: IconButton(
padding: EdgeInsets.only(right: 8.0),
onPressed: _toggleBackdropLayerVisibility,
onPressed: _toggleBackdropPanelVisibility,
icon: Stack(children: <Widget>[menuIcon, diamondIcon]),
),
);
Expand Down

0 comments on commit 1d5dbf1

Please sign in to comment.