SinglePath constructor

const SinglePath({
  1. Key? key,
  2. PainterDrawType? type,
  3. bool onSize(
    1. Size size
    )?,
  4. CubicPath? path,
})

Implementation

const SinglePath({Key? key, this.type, this.onSize, this.path})
    : super(key: key);