createState method
Creates the mutable State associated with this widget.
Implementation
@override
State<FutureBuilder<T>> createState() => _FutureBuilderState<T>();
Creates the mutable State associated with this widget.
@override
State<FutureBuilder<T>> createState() => _FutureBuilderState<T>();