constructor clean up

This commit is contained in:
julian 2024-04-15 15:47:32 -06:00
parent 2f11e0d28c
commit 985e269993

View file

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