shape function

Builder shape(
  1. BuilderOptions options
)

Returns a Builder for the shape generator.

Implementation

Builder shape(BuilderOptions options) =>
    SharedPartBuilder([ShapeGenerator()], 'shape');