menu
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental.dart
OrValidator<T>
validators property
validators property
dark_mode
light_mode
validators
property
List
<
Validator
<
T
>
>
validators
final
The list of validators to combine with OR logic.
Implementation
final List<Validator<T>> validators;
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental
OrValidator<T>
validators property
OrValidator class