getArrowheadGeometries static method

Map<String, Geometry> getArrowheadGeometries()

This static function returns a read-only Map of named arrowhead geometries. The keys are arrowhead names. The values are Geometry objects.

The predefined arrowheads can be seen in the Arrowheads sample.

Implementation

static _i3.Map<_i2.String, _i3.Geometry> getArrowheadGeometries() =>
    _i4.callMethod(
      _declaredShape,
      'getArrowheadGeometries',
      [],
    );