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