MapLayer constructor

const MapLayer({
  1. Key? key,
  2. MapLayerOptions? options,
})

Implementation

const MapLayer({Key? key, MapLayerOptions? options}) : super(key: key);