menu
flutter_form_guard package
documentation
models/field_state.dart
FieldState<T>
FieldState.new const constructor
FieldState.new const constructor
dark_mode
light_mode
FieldState<
T
>
constructor
const
FieldState<
T
>
(
{
T?
value
,
String
?
error
,
bool
touched
=
false
,
bool
isValid
=
true
,
})
Implementation
const FieldState({ this.value, this.error, this.touched = false, this.isValid = true, });
flutter_form_guard package
documentation
models/field_state
FieldState<T>
FieldState.new const constructor
FieldState class