mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
init field with minimum by default
This commit is contained in:
parent
052135a32f
commit
f2835eff1d
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
color: Theme.of(context).extension<StackColors>()!.textDark,
|
||||
),
|
||||
key: const Key("buyAmountInputFieldTextFieldKey"),
|
||||
controller: _buyAmountController,
|
||||
controller: _buyAmountController..text = '50.00',
|
||||
focusNode: _buyAmountFocusNode,
|
||||
keyboardType: Util.isDesktop
|
||||
? null
|
||||
|
|
Loading…
Reference in a new issue