PictureInfo class

A rendered SVG picture together with its natural size.

Replaces the PictureInfo type that earlier versions re-exported from the vector_graphics package.

Constructors

PictureInfo({required Picture picture, required Size size})
Creates a PictureInfo.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
picture Picture
The recorded vector content of the SVG.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
The size, in logical pixels, the picture was recorded at.
final

Methods

dispose() → void
Releases the native resources held by picture.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited