MeshSymbol3D constructor

const MeshSymbol3D({
  1. required Color color,
  2. double colorOpacity = 1,
})

Implementation

const MeshSymbol3D({
  required this.color,
  this.colorOpacity = 1,
});