AddAddressPage constructor

const AddAddressPage(
  1. String addressID,
  2. bool isFrom, {
  3. Key? key,
})

Implementation

const AddAddressPage(this.addressID, this.isFrom, {Key? key}) : super(key: key);