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
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