amountToSend property

TextFieldState amountToSend
final

TextFieldState for displaying the amount to be sent.

Intended to be strongly tied to the amountToWithdraw changes.

Implementation

final TextFieldState amountToSend = TextFieldState(editable: false);