menu
neuron
neuron.dart
FormSignal
<
T
>
isTouched property
isTouched
dark_mode
light_mode
isTouched
property
bool
get
isTouched
Whether the field has been touched.
Implementation
bool get isTouched => value.isTouched;
neuron
neuron
FormSignal
<
T
>
isTouched property
FormSignal class