CoupanHomeScreen constructor

const CoupanHomeScreen({
  1. Key? key,
  2. String? keyCoupan,
  3. WalletModel? data,
  4. String? type,
})

Implementation

const CoupanHomeScreen({super.key, this.keyCoupan, this.data, this.type});