rect property

ValueNotifier<Rect?> rect
final

Rect of the video output, received from the native implementation.

Implementation

final ValueNotifier<Rect?> rect = ValueNotifier<Rect?>(null);