CustomShape constructor

CustomShape({
  1. ShapeBuilder? builder,
})

Implementation

CustomShape({
  this.builder,
});