labelFormatter property

set labelFormatter (String v(double)?)

Implementation

set labelFormatter(String Function(double)? v) {
  _labelFormatter = v;
  _staticPicture = null;
  markNeedsPaint();
}