rebuild abstract method

Shape rebuild(
  1. covariant void updates(
    1. ShapeBuilder
    )
)

Implementation

Shape rebuild(covariant void Function(ShapeBuilder) updates);