FastPlanBuilderCondition typedef
FastPlanBuilderCondition =
bool Function(FastPlanBlocState context, FastPlanBlocState state)
Signature for a function that determines whether the widget should rebuild.
context
is the current state and state
is the next state.
Implementation
typedef FastPlanBuilderCondition = bool Function(
FastPlanBlocState context,
FastPlanBlocState state,
);