StoreConnector<S, ViewModel> class Null safety. Build a widget based on the state of the Store . Before the builder is run, the converter will convert the store into a more specific ViewModel tailored to the Widget being built. Every time the store changes, the Widget will be rebuilt.