WalletScreen constructor

const WalletScreen({
  1. Key? key,
  2. required String locale,
  3. bool isDirect = true,
})

Implementation

const WalletScreen({
  super.key,
  required this.locale,
  this.isDirect = true,
});