SymbolLayerEdges3D constructor

SymbolLayerEdges3D({
  1. Color color = Colors.black,
  2. double width = 1,
})

Creates an edge rendering configuration with the given color and width using a solid style.

Parameters:

  • color — The color of the edges.
  • width — The width of the edges in device-independent pixels.