Maps each possible state value to the widget builder that should render it.
final Map<T, Widget Function(Reactive<T> reactive)> states;