onAmountValueChanged property

(dynamic Function(String)?) onAmountValueChanged
final

A callback that is called when the user changes the amount value.

Implementation

final Function(String)? onAmountValueChanged;