createState method

  1. @override
State<LoadingState> createState()

Creates the mutable state for this component.

Implementation

@override
State<LoadingState> createState() => _LoadingState();