DrawableAvdPath constructor

const DrawableAvdPath(
  1. String? id,
  2. Path path,
  3. DrawableStyle style
)

An AVD path element that will be drawn to the canvas.

Implementation

const DrawableAvdPath(String? id, Path path, DrawableStyle style)
    : super(id, path, style);