totalFormatter property

String Function(double value)? totalFormatter
final

Formats the optional frame total shown beneath the period.

When omitted, totals use BarRaceConfig.totalFormat.

Implementation

final String Function(double value)? totalFormatter;