setSymbolShape method

void setSymbolShape(
  1. SymbolShapeHint shape
)

Implementation

void setSymbolShape(SymbolShapeHint shape) {
  _shape = shape;
}