valueNotifier property

ValueNotifier<num?>? valueNotifier
final

Receives the current parsed value (or null when empty/incomplete).

Implementation

final ValueNotifier<num?>? valueNotifier;