BDMapPage constructor

BDMapPage({
  1. Key? key,
  2. Color? appBarBg,
  3. double? appBarElevation,
  4. dynamic sendAddress,
  5. dynamic sendLatitude,
  6. dynamic sendLongitude,
  7. dynamic receiveAddress,
  8. dynamic receiveLatitude,
  9. dynamic receiveLongitude,
})

Implementation

BDMapPage({Key? key,
  this.appBarBg,this.appBarElevation,this.sendAddress,this.sendLatitude,this.sendLongitude,
  this.receiveAddress,this.receiveLatitude,this.receiveLongitude,
}) : super(key: key);