updateShouldNotify method

  1. @override
bool updateShouldNotify(
  1. covariant FormScope oldWidget
)
override

Implementation

@override
bool updateShouldNotify(FormScope oldWidget) =>
    formState != oldWidget.formState;