buildWhen property

BlocBuilderCondition<State>? buildWhen
final

Same as the 'buildWhen' property for BlocListener from flutter_bloc package.

See the documentation there if you need.

Implementation

final BlocBuilderCondition<State>? buildWhen;