createState method

  1. @override
State<AnimatedBuilder> createState()
override

Creates the mutable State associated with this widget.

Implementation

@override
State<AnimatedBuilder> createState() => _AnimatedBuilderState();