Updated the widgets docs (#628)

Co-authored-by: Erick <erickzanardoo@gmail.com>
This commit is contained in:
Jochum van der Ploeg
2021-01-17 15:17:15 +01:00
committed by GitHub
parent 11d93c23b2
commit 9890ad73ed
3 changed files with 10 additions and 10 deletions

View File

@ -125,7 +125,7 @@ void main() async {
to: 3,
loop: true,
);
dashbook.storiesOf('AnimationWidget').decorator(CenterDecorator()).add(
dashbook.storiesOf('SpriteAnimationWidget').decorator(CenterDecorator()).add(
'default',
(ctx) => Container(
width: ctx.numberProperty('container width', 400),