isSameMorphGeometry method

bool isSameMorphGeometry(
  1. MorphableShapeBorder shape
)
override

Implementation

bool isSameMorphGeometry(MorphableShapeBorder shape) {
  return shape is RectangleShapeBorder ||
      shape is RoundedRectangleShapeBorder;
}