createState method
Creates the mutable state for this component.
Implementation
@override
State<SpinnerScope> createState() => _SpinnerScopeState();
Creates the mutable state for this component.
@override
State<SpinnerScope> createState() => _SpinnerScopeState();