createState method
Creates the mutable State associated with this widget.
Implementation
@override
State<AnimatedTint> createState() => _AnimatedTintState();
Creates the mutable State associated with this widget.
@override
State<AnimatedTint> createState() => _AnimatedTintState();