mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 12:19:24 +00:00
constructor clean up
This commit is contained in:
parent
2f11e0d28c
commit
985e269993
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ import 'package:stackwallet/widgets/textfield_icon_button.dart';
|
|||
|
||||
class DesktopAddressList extends ConsumerStatefulWidget {
|
||||
const DesktopAddressList({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.walletId,
|
||||
this.searchHeight,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
final String walletId;
|
||||
final double? searchHeight;
|
||||
|
|
Loading…
Reference in a new issue