AddAddressBuilder constructor

const AddAddressBuilder({
  1. Key? key,
  2. Fino_Address? address,
  3. String? title,
  4. String? subtitle,
})

Implementation

const AddAddressBuilder({this.key, this.address, this.title, this.subtitle});