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