createState method
Creates the mutable state for this widget at a given location in the tree.
Implementation
@override
State<FutureBuilder<T>> createState() => _FutureBuilderState<T>();
Creates the mutable state for this widget at a given location in the tree.
@override
State<FutureBuilder<T>> createState() => _FutureBuilderState<T>();