textureId property

int? textureId
final

The ID of the native texture for zero-copy GPU rendering. Use this with Flutter's Texture widget for ultra-low memory usage.

Implementation

final int? textureId;