buildWhen property

FastPlanBuilderCondition? buildWhen
final

A callback that specifies when to rebuild the widget.

If not provided, the widget rebuilds for any change in the bloc state.

Implementation

final FastPlanBuilderCondition? buildWhen;