onDepositNow property

Future<bool> Function()? onDepositNow
final

Performs the next deposit; return true on success to show the inline success check. The button hides when null.

Implementation

final Future<bool> Function()? onDepositNow;