isValidProvider property
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;
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
BoolCallback? isValidProvider;