createState method
Creates the mutable state for this widget.
Implementation
@override
State<StreamBuilder<T>> createState() => _StreamBuilderState<T>();
Creates the mutable state for this widget.
@override
State<StreamBuilder<T>> createState() => _StreamBuilderState<T>();