CardPage constructor

const CardPage(
  1. String? rechargeId,
  2. String? rechargePrice,
  3. String? rechargeCoins, {
  4. Key? key,
  5. dynamic logEvent,
})

Implementation

const CardPage(this.rechargeId, this.rechargePrice, this.rechargeCoins,
    {Key? key, this.logEvent})
    : super(key: key);