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