formatCurVal property

(String Function(double)?) formatCurVal
final

Used to format curValue to display it on the screen.

Default implementation is _defaultNumFormatting.

Implementation

final String Function(double)? formatCurVal;