DisposeMode enum
Constants
- clear → const DisposeMode
-
When drawing a frame, the canvas should be cleared first.
const DisposeMode(1)
- none → const DisposeMode
-
When drawing a frame, the canvas should be left as it is.
const DisposeMode(0)
- previous → const DisposeMode
-
When drawing this frame, the canvas should be reverted to how it was before drawing it.
const DisposeMode(2)
-
values
→ const List<
DisposeMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
DisposeMode>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited