isValidProvider property

BoolCallback? isValidProvider
getter/setter pair

Can be set to a function which indicates whether the binding is valid For example, in an action with a custom config it would return false until the custom settings are valid

Implementation

BoolCallback? isValidProvider;