Interface FlutterUiResizeListener


public interface FlutterUiResizeListener
Listener invoked when Flutter resizes the surface frame based on the content size.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    resizeEngineView(int width, int height)
    Flutter has resized the display based on content size
  • Method Details

    • resizeEngineView

      void resizeEngineView(int width, int height)
      Flutter has resized the display based on content size