validationListenable property

  1. @override
ValueListenable<FormeFieldValidation> validationListenable
inherited

get validation listenable

it's useful when you want to display error by your custom way!

this notifier is used for ValueListenableBuilder

Implementation

@override
ValueListenable<FormeFieldValidation> get validationListenable =>
    _delegate.validationListenable;