NumberBoxFormatFunction typedef

NumberBoxFormatFunction = String? Function(num? number)

A function that formats a number to a string for display in a NumberBox.

Implementation

typedef NumberBoxFormatFunction = String? Function(num? number);