InteractiveLayerOptions constructor

InteractiveLayerOptions({
  1. String? pane,
  2. String? attribution,
  3. bool? interactive,
  4. bool? bubblingMouseEvents,
})

Implementation

external factory InteractiveLayerOptions({
  String? pane,
  String? attribution,
  bool? interactive,
  bool? bubblingMouseEvents,
});