id property

ValueNotifier<int?> id
final

Texture ID of the video output, registered with Flutter engine by the native implementation.

Implementation

final ValueNotifier<int?> id = ValueNotifier<int?>(null);