rect property
Rect of the video output, received from the native implementation.
Implementation
final ValueNotifier<Rect?> rect = ValueNotifier<Rect?>(null);
Rect of the video output, received from the native implementation.
final ValueNotifier<Rect?> rect = ValueNotifier<Rect?>(null);