mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-06-27 18:28:18 +08:00
Fixes typo
This commit is contained in:
@ -20,7 +20,7 @@ class _PlayOneShotAnimationState extends State<PlayOneShotAnimation> {
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
_controller = OnShotAnimation(
|
||||
_controller = OneShotAnimation(
|
||||
'bounce',
|
||||
autoplay: false,
|
||||
onStop: () => setState(() => _isPlaying = false),
|
||||
|
Reference in New Issue
Block a user