shapes top-level property

Map<SkeletonShape, BoxShape> shapes
getter/setter pair

Implementation

Map<SkeletonShape, BoxShape> shapes = {
  SkeletonShape.circle: BoxShape.circle,
  SkeletonShape.rectangle: BoxShape.rectangle
};