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