PngFrame class Null safety
Constructors
- PngFrame()
Properties
- blend ↔ int?
-
read / write
- delayDen ↔ int?
-
read / write
- delayNum ↔ int?
-
read / write
- dispose ↔ int?
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- height ↔ int?
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sequenceNumber ↔ int?
-
read / write
- width ↔ int?
-
read / write
- xOffset ↔ int?
-
read / write
- yOffset ↔ int?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- APNG_BLEND_OP_OVER → const int
-
1
- APNG_BLEND_OP_SOURCE → const int
-
0
- APNG_DISPOSE_OP_BACKGROUND → const int
-
1
- APNG_DISPOSE_OP_NONE → const int
-
0
- APNG_DISPOSE_OP_PREVIOUS → const int
-
2