mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
Default blockchain picker should had date picker
This commit is contained in:
parent
4697fc15be
commit
5c78fd01a8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import 'package:cake_wallet/src/widgets/base_text_form_field.dart';
|
|||
|
||||
class BlockchainHeightWidget extends StatefulWidget {
|
||||
BlockchainHeightWidget({GlobalKey key, this.onHeightChange, this.focusNode,
|
||||
this.onHeightOrDateEntered, this.hasDatePicker})
|
||||
this.onHeightOrDateEntered, this.hasDatePicker = true})
|
||||
: super(key: key);
|
||||
|
||||
final Function(int) onHeightChange;
|
||||
|
|
Loading…
Reference in a new issue