onConfirm property

Future<void> Function(Money amount) onConfirm
final

Called with the confirmed Money amount. May be async; a loading state is shown while it completes.

Implementation

final Future<void> Function(Money amount) onConfirm;