AddressPage constructor

const AddressPage(
  1. CardEntity cardInfo, {
  2. Key? key,
  3. dynamic logEvent,
})

Implementation

const AddressPage(this.cardInfo, {Key? key, this.logEvent}) : super(key: key);