menu
super_editor package
documentation
super_text_field.dart
TextFieldBorder
hasError property
hasError property
dark_mode
light_mode
hasError
property
ValueListenable
<
bool
>
?
hasError
final
Whether the
child
text field is currently in an error state.
Implementation
final ValueListenable<bool>? hasError;
super_editor package
documentation
super_text_field
TextFieldBorder
hasError property
TextFieldBorder class