passwordMatchingError property

String passwordMatchingError

The error text for not matching password and confirm password inputs. Default value is given in _defaultPasswordMatchingError. Custom value in the constructor is assigned to _passwordMatchingError.

Implementation

String get passwordMatchingError =>
    _passwordMatchingError ?? _defaultPasswordMatchingError;