menu
hubble_widget_library package
documentation
bloc/form_field.dart
HubbleFormField<T, E>
shouldValidate property
shouldValidate property
dark_mode
light_mode
shouldValidate
property
bool
Function
(
ValueAndErrorMessage
<
T
,
E
>
state
)
?
shouldValidate
final
Implementation
final bool Function(ValueAndErrorMessage<T, E> state)? shouldValidate;
hubble_widget_library package
documentation
bloc/form_field
HubbleFormField<T, E>
shouldValidate property
HubbleFormField class