countdownTextBuilder property

String Function({required int secondsCountdown}) countdownTextBuilder
final

Builds the text shown below the digits while the countdown is running, from the remaining seconds. Defaults to defaultCountdownText, which formats as "Code valid for M:SS".

Implementation

final String Function({required int secondsCountdown}) countdownTextBuilder;