states property

Map<T, Widget Function(Reactive<T> reactive)> states
final

Maps each possible state value to the widget builder that should render it.

Implementation

final Map<T, Widget Function(Reactive<T> reactive)> states;