Flutter macOS Embedder
FlutterWindowCreationRequest Struct Reference

#include <FlutterWindowController.h>

Public Attributes

FlutterWindowSizing contentSize
 
void(* on_close )()
 
void(* on_size_change )()
 

Detailed Description

Definition at line 38 of file FlutterWindowController.h.

Member Data Documentation

◆ contentSize

FlutterWindowSizing FlutterWindowCreationRequest::contentSize

Definition at line 39 of file FlutterWindowController.h.

Referenced by flutter::testing::TEST_F().

◆ on_close

void(* FlutterWindowCreationRequest::on_close) ()

Definition at line 40 of file FlutterWindowController.h.

◆ on_size_change

void(* FlutterWindowCreationRequest::on_size_change) ()

Definition at line 41 of file FlutterWindowController.h.


The documentation for this struct was generated from the following file: