shapes top-level property
Implementation
Map<SkeletonShape, BoxShape> shapes = {
SkeletonShape.circle: BoxShape.circle,
SkeletonShape.rectangle: BoxShape.rectangle
};
Map<SkeletonShape, BoxShape> shapes = {
SkeletonShape.circle: BoxShape.circle,
SkeletonShape.rectangle: BoxShape.rectangle
};