DrawableAvdPath constructor
const
DrawableAvdPath(
- String? id,
- Path path,
- 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);