createState method
Creates the mutable state for this component.
Implementation
@override
State<RocketAnimation> createState() => _RocketAnimationState();
Creates the mutable state for this component.
@override
State<RocketAnimation> createState() => _RocketAnimationState();