menu
hubble_widget_library package
documentation
bloc/form_field.dart
HubbleFormField<T, E>
showError method
showError method
dark_mode
light_mode
showError
method
void
showError
(
)
Implementation
void showError() { emit(state.copyWith(isVisible: true)); }
hubble_widget_library package
documentation
bloc/form_field
HubbleFormField<T, E>
showError method
HubbleFormField class