StateWidgetSelector<S, T> typedef

StateWidgetSelector<S, T> = T Function(S state)

Function that extracts a value from the state.

Implementation

typedef StateWidgetSelector<S, T> = T Function(S state);