Class PlatformViewsChannel.PlatformViewBufferSize
java.lang.Object
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewBufferSize
- Enclosing class:
- PlatformViewsChannel
The platform view buffer size.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
width
public final int widthThe width of the screen buffer. -
height
public final int heightThe height of the screen buffer.
-
-
Constructor Details
-
PlatformViewBufferSize
public PlatformViewBufferSize(int width, int height)
-