createState method
Creates the mutable state for this widget.
Implementation
@override
State<CircularProgressIndicator> createState() =>
_CircularProgressIndicatorState();
Creates the mutable state for this widget.
@override
State<CircularProgressIndicator> createState() =>
_CircularProgressIndicatorState();