mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +08:00
Updated the widgets docs (#628)
Co-authored-by: Erick <erickzanardoo@gmail.com>
This commit is contained in:
committed by
GitHub
parent
11d93c23b2
commit
9890ad73ed
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user