buildWhen property
Takes the previous state and the current state and is responsible for
returning a bool which determines whether or not to trigger
builder with the current state.
Implementation
final BlocBuilderCondition<S>? buildWhen;
Takes the previous state and the current state and is responsible for
returning a bool which determines whether or not to trigger
builder with the current state.
final BlocBuilderCondition<S>? buildWhen;