transactionAmount constant
The amount that the user would like for the transaction (e.g. when entering a bid or sale price).
This hint will be translated to the below values on different platforms:
- web: "transaction-amount".
- Otherwise, the hint string will be used as-is.
Implementation
static const String transactionAmount = 'transactionAmount';