buildWhen property
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;
A callback that specifies when to rebuild the widget.
If not provided, the widget rebuilds for any change in the bloc state.
final FastPlanBuilderCondition? buildWhen;