PCanvasImageMemory class abstract

Inheritance

Constructors

PCanvasImageMemory()

Properties

aspectRatio double
The aspect ratio of the image (width / height).
no setterinherited
dimension PDimension
The dimension of the image (width x height).
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height int
The height of the image. See isLoaded.
no setterinherited
id Object
The ID of the image int the PCanvas instance.
no setterinherited
image → Image
no setter
info Map<String, Object?>
Information of the image.
no setterinherited
isLoaded bool
Returns true if this image is loaded.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src String
The source of the image.
no setterinherited
type String
The implementation type.
no setterinherited
width int
The width of the image. See isLoaded.
no setterinherited

Methods

load() FutureOr<bool>
Loads the image.
inherited
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