RawPicture constructor

const RawPicture(
  1. PictureInfo? picture, {
  2. Key? key,
  3. bool matchTextDirection = false,
  4. bool allowDrawingOutsideViewBox = false,
})

Creates a new RawPicture object.

Implementation

const RawPicture(
  this.picture, {
  Key? key,
  this.matchTextDirection = false,
  this.allowDrawingOutsideViewBox = false,
}) : super(key: key);