ShapeLayer constructor

const ShapeLayer({
  1. Key? key,
  2. ShapeLayerOptions? options,
})

Implementation

const ShapeLayer({Key? key, this.options})
    : super(key: key, options: options);