amountToSend property
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);
TextFieldState for displaying the amount to be sent.
Intended to be strongly tied to the amountToWithdraw changes.
final TextFieldState amountToSend = TextFieldState(editable: false);