RawPicture constructor
const
RawPicture(
- PictureInfo? picture, {
- Key? key,
- bool matchTextDirection = false,
- bool allowDrawingOutsideViewBox = false,
Creates a new RawPicture object.
Implementation
const RawPicture(
this.picture, {
Key? key,
this.matchTextDirection = false,
this.allowDrawingOutsideViewBox = false,
}) : super(key: key);