Interface FlutterUiResizeListener
public interface FlutterUiResizeListener
Listener invoked when Flutter resizes the surface frame based on the content size.
-
Method Summary
Modifier and TypeMethodDescriptionvoidresizeEngineView(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
-