selector property

BlocWidgetSelector<S, T> selector
final

The selector function which will be invoked on each widget build and is responsible for returning a selected value of type T based on the current state.

Implementation

final BlocWidgetSelector<S, T> selector;