MetroNumberBoxFormatter<T extends num> typedef
Formats a nullable numeric value for a MetroNumberBox.
Implementation
typedef MetroNumberBoxFormatter<T extends num> = String Function(T? value);
Formats a nullable numeric value for a MetroNumberBox.
typedef MetroNumberBoxFormatter<T extends num> = String Function(T? value);