PlatformViewLayer constructor

PlatformViewLayer({
  1. required Rect rect,
  2. required int viewId,
})

Creates a platform view layer.

Implementation

PlatformViewLayer({required this.rect, required this.viewId});