ValueListenableConnectorExtention<K, I> extension

Extension to create ValidationConnector from a ValueListenable object

on

Methods

connectValidator({required K field, required Validator<I> validator, bool clearOnChange = true, bool validateOnChange = false, bool validateOnAttach = false}) ValidationConnector<K, I>
Connect validator to the ValueListenable object