GraphicsLayer constructor
GraphicsLayer({
- String? id,
- List<
Graphic> ? data, - void onPressed()?,
- GraphicsLayerOptions? options,
- void onChanged()?,
Implementation
GraphicsLayer({
this.id,
this.data,
this.onPressed,
this.options,
this.onChanged,
});