GroupLayer constructor

const GroupLayer({
  1. Key? key,
  2. List<MapLayer>? layers,
  3. GroupLayerOptions? options,
})

Implementation

const GroupLayer({
  Key? key,
  this.layers,
  this.options,
}) : super(key: key, options: options);