Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
flutter::WindowProperties Struct Reference

#include <flutter_window_controller.h>

Public Attributes

std::string title
 
int32_t width
 
int32_t height
 
bool prevent_resize
 

Detailed Description

Definition at line 22 of file flutter_window_controller.h.

Member Data Documentation

◆ height

int32_t flutter::WindowProperties::height

Definition at line 28 of file flutter_window_controller.h.

◆ prevent_resize

bool flutter::WindowProperties::prevent_resize

Definition at line 31 of file flutter_window_controller.h.

◆ title

std::string flutter::WindowProperties::title

Definition at line 24 of file flutter_window_controller.h.

◆ width

int32_t flutter::WindowProperties::width

Definition at line 26 of file flutter_window_controller.h.


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