formatter property

String? Function(V) formatter
getter/setter pair

The scale formatter

This should not be directly used. Use method format insead to avoid generic problems.

Implementation

late String? Function(V) formatter;