mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-22 15:19:11 +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 {
|
class DesktopAddressList extends ConsumerStatefulWidget {
|
||||||
const DesktopAddressList({
|
const DesktopAddressList({
|
||||||
Key? key,
|
super.key,
|
||||||
required this.walletId,
|
required this.walletId,
|
||||||
this.searchHeight,
|
this.searchHeight,
|
||||||
}) : super(key: key);
|
});
|
||||||
|
|
||||||
final String walletId;
|
final String walletId;
|
||||||
final double? searchHeight;
|
final double? searchHeight;
|
||||||
|
|
Loading…
Reference in a new issue