WalletEditBottomsheet constructor

const WalletEditBottomsheet({
  1. Key? key,
  2. required double amount,
})

Implementation

const WalletEditBottomsheet({super.key, required this.amount});