onApply property

void Function(Money deposit, int months)? onApply
final

Renders a call-to-action button when non-null; called with the selected deposit and duration in months.

Implementation

final void Function(Money deposit, int months)? onApply;