menu
neuron
neuron.dart
FormSignal
<
T
>
isUntouched property
isUntouched
dark_mode
light_mode
isUntouched
property
bool
get
isUntouched
Whether the field is untouched.
Implementation
bool get isUntouched => !value.isTouched;
neuron
neuron
FormSignal
<
T
>
isUntouched property
FormSignal class