PowerImageSetupOptions class

Constructors

PowerImageSetupOptions(String globalRenderType, {PowerImageErrorCallback? errorCallback, double? errorCallbackSamplingRate = 1.0})

Properties

errorCallback PowerImageErrorCallback?
When an image loading error occurs, it will be called;
final
errorCallbackSamplingRate double?
0.000 ~ 1.000 means 0.0% ~ 100.0% accuracy can achieve thousandth
final
globalRenderType String
const String renderingTypeExternal = "external"; const String renderingTypeTexture = "texture";
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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