We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaad0e7 commit 2c47e00Copy full SHA for 2c47e00
README.md
@@ -68,9 +68,9 @@ void main() {
68
});
69
70
dashbook
71
- .storiesOf('RaisedButton')
+ .storiesOf('ElevatedButton')
72
.decorator(CenterDecorator())
73
- .add('default', (ctx) => RaisedButton(child: Text('Ok'), onPressed: () {}));
+ .add('default', (ctx) => ElevatedButton(child: Text('Ok'), onPressed: () {}));
74
75
// Since dashbook is a widget itself, you can just call runApp passing it as a parameter
76
runApp(dashbook);
0 commit comments