WalletList constructor
const
WalletList({
- Key? key,
- required ValueNotifier<
WalletListRoute> route,
Implementation
const WalletList({
Key? key,
required this.route,
}) : super(key: key);