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