isValuesChanged method

bool isValuesChanged({
  1. int? step,
})

Check if all field blocs and their children have undergone a change in values

Implementation

bool isValuesChanged({int? step}) =>
    FormBlocUtils.isValuesChanged(state.flatFieldBlocs(step) ?? const []);