formatSetPoint property

(String Function(double)?) formatSetPoint
final

Used to format setPoint to display it on the screen.

Default implementation is _defaultNumFormatting.

Implementation

final String Function(double)? formatSetPoint;