DoubleFormatter typedef

DoubleFormatter = String Function(double value)

A type definition for a function that formats a double value.

Implementation

typedef DoubleFormatter = String Function(double value);