createState method

  1. @override
State<StreamBuilder<T>> createState()
override

Creates the mutable State associated with this widget.

Implementation

@override
State<StreamBuilder<T>> createState() => _StreamBuilderState<T>();