buildWhen property
BlocBuilderCondition<S> ?
buildWhen
final
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;