public static class PlatformViewsChannel.PlatformViewResizeRequest extends Object
This only applies to platform views that use virtual displays.
Modifier and Type | Field and Description |
---|---|
double |
newLogicalHeight
The new density independent height to display the platform view.
|
double |
newLogicalWidth
The new density independent width to display the platform view.
|
int |
viewId
The ID of the platform view as seen by the Flutter side.
|
Constructor and Description |
---|
PlatformViewResizeRequest(int viewId,
double newLogicalWidth,
double newLogicalHeight) |
public final int viewId
public final double newLogicalWidth
public final double newLogicalHeight