onFormatFinished property

(FutureOr Function(String val)?) onFormatFinished
final

Optional function to execute after we are finished formatting the number. Useful if you need to get the formatted value for something else to use.

Implementation

final FutureOr Function(String val)? onFormatFinished;