CenterLocationPage constructor

CenterLocationPage({
  1. bool? isEdit,
  2. double? appBarElevation,
  3. Color? appBarBg,
  4. String? latitude,
  5. String? longitude,
  6. String? address,
  7. String? icon_location,
})

Implementation

CenterLocationPage({
  this.isEdit,
  this.appBarElevation,
  this.appBarBg,
  this.latitude,
  this.longitude,
  this.address,
  this.icon_location,
  // this.addressVo
});