currentValue property
num
get
currentValue
the controller value or widget value
Implementation
num get currentValue => widget.controller?.value ?? widget.value!;
the controller value or widget value
num get currentValue => widget.controller?.value ?? widget.value!;