Flutter Engine
 
Loading...
Searching...
No Matches
flutter::WindowConstraints Struct Reference

#include <window_manager.h>

Public Attributes

bool has_view_constraints = false
 
double view_min_width
 
double view_min_height
 
double view_max_width
 
double view_max_height
 

Detailed Description

Definition at line 33 of file window_manager.h.

Member Data Documentation

◆ has_view_constraints

bool flutter::WindowConstraints::has_view_constraints = false

◆ view_max_height

double flutter::WindowConstraints::view_max_height

Definition at line 38 of file window_manager.h.

◆ view_max_width

double flutter::WindowConstraints::view_max_width

Definition at line 37 of file window_manager.h.

◆ view_min_height

double flutter::WindowConstraints::view_min_height

Definition at line 36 of file window_manager.h.

◆ view_min_width

double flutter::WindowConstraints::view_min_width

Definition at line 35 of file window_manager.h.


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