Fixes typo

This commit is contained in:
matt Sullivan
2021-06-14 16:07:22 -07:00
parent 941a2aa922
commit bf863bfa8d
2 changed files with 3 additions and 3 deletions

View File

@ -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),