renaming play to playing on AnimationWidget

This commit is contained in:
Erick Zanardo
2020-05-30 15:18:16 -03:00
parent 9e4e27e100
commit 11375751d0
3 changed files with 6 additions and 6 deletions

View File

@ -131,7 +131,7 @@ void main() async {
height: ctx.numberProperty('container height', 200),
child: AnimationWidget(
animation: _animation,
play: ctx.boolProperty('playing', true),
playing: ctx.boolProperty('playing', true),
anchor: parseAnchor(
ctx.listProperty('anchor', 'Anchor.center', anchorOptions)),
),