#include <FlutterWindowController.h>
Public Attributes | |
FlutterWindowSizing | contentSize |
void(* | on_close )() |
void(* | on_size_change )() |
Definition at line 38 of file FlutterWindowController.h.
FlutterWindowSizing FlutterWindowCreationRequest::contentSize |
Definition at line 39 of file FlutterWindowController.h.
Referenced by flutter::testing::TEST_F().
void(* FlutterWindowCreationRequest::on_close) () |
Definition at line 40 of file FlutterWindowController.h.
void(* FlutterWindowCreationRequest::on_size_change) () |
Definition at line 41 of file FlutterWindowController.h.