LongdoMapWidget constructor

const LongdoMapWidget({
  1. Key? key,
  2. String? url,
  3. String? apiKey,
  4. List<JavascriptChannel> eventName = const [],
  5. Object options = const {},
})

Implementation

const LongdoMapWidget({
  Key? key,
  this.url,
  this.apiKey,
  this.eventName = const [],
  this.options = const {},
}) : super(key: key);