format property

String Function(int value)? format
final

Custom formatter. Takes precedence over locale. Receives the rounded int.

Implementation

final String Function(int value)? format;