#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 |
Definition at line 33 of file window_manager.h.
| bool flutter::WindowConstraints::has_view_constraints = false |
Definition at line 34 of file window_manager.h.
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| double flutter::WindowConstraints::view_max_height |
Definition at line 38 of file window_manager.h.
| double flutter::WindowConstraints::view_max_width |
Definition at line 37 of file window_manager.h.
| double flutter::WindowConstraints::view_min_height |
Definition at line 36 of file window_manager.h.
| double flutter::WindowConstraints::view_min_width |
Definition at line 35 of file window_manager.h.