FlutterDesktopPixelBuffer class final

An image buffer object.

Inheritance

Constructors

FlutterDesktopPixelBuffer()

Properties

buffer Pointer<Uint8>
The pixel data buffer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
Height of the pixel buffer.
getter/setter pair
release_callback Pointer<NativeFunction<Void Function(Pointer<NativeType>)>>
An optional callback that gets invoked when the buffer can be released.
getter/setter pair
release_context Pointer<NativeType>
Opaque data passed to release_callback.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
Width of the pixel buffer.
getter/setter pair

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