Class PlatformViewsChannel.PlatformViewBufferSize

java.lang.Object
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel.PlatformViewBufferSize
Enclosing class:
PlatformViewsChannel

public static class PlatformViewsChannel.PlatformViewBufferSize extends Object
The platform view buffer size.
  • Field Details

    • width

      public final int width
      The width of the screen buffer.
    • height

      public final int height
      The height of the screen buffer.
  • Constructor Details

    • PlatformViewBufferSize

      public PlatformViewBufferSize(int width, int height)