WalletList constructor

const WalletList({
  1. Key? key,
  2. required ValueNotifier<WalletListRoute> route,
})

Implementation

const WalletList({
  Key? key,
  required this.route,
}) : super(key: key);