Shaper constructor

Shaper({
  1. required Path path(
    1. Size parentSize
    ),
})

Implementation

Shaper({
  required this.path,
});