id property
Texture ID of the video output, registered with Flutter engine by the native implementation.
Implementation
final ValueNotifier<int?> id = ValueNotifier<int?>(null);
Texture ID of the video output, registered with Flutter engine by the native implementation.
final ValueNotifier<int?> id = ValueNotifier<int?>(null);