Default blockchain picker should had date picker

This commit is contained in:
M 2022-03-31 12:48:06 +01:00
parent 4697fc15be
commit 5c78fd01a8

View file

@ -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;