LocationMapPage constructor

const LocationMapPage({
  1. Key? key,
  2. LocationInfo? locationInfo,
  3. bool needLocate = false,
  4. bool showOpenMap = false,
})

Implementation

const LocationMapPage(
    {Key? key,
    this.locationInfo,
    this.needLocate = false,
    this.showOpenMap = false})
    : super(key: key);