isSameMorphGeometry method

bool isSameMorphGeometry(
  1. MorphableShapeBorder shape
)
override

Implementation

bool isSameMorphGeometry(MorphableShapeBorder shape) {
  return shape is PathShapeBorder && this.path == shape.path;
}