#include <geometry.h>
Definition at line 86 of file geometry.h.
◆ BoxConstraints() [1/3]
flutter::BoxConstraints::BoxConstraints |
( |
| ) |
|
|
default |
◆ BoxConstraints() [2/3]
flutter::BoxConstraints::BoxConstraints |
( |
const std::optional< Size > & |
smallest, |
|
|
const std::optional< Size > & |
biggest |
|
) |
| |
|
inline |
Definition at line 89 of file geometry.h.
91 : smallest_(
smallest.value_or(Size(0, 0))),
93 biggest.value_or(Size(std::numeric_limits<double>::infinity(),
94 std::numeric_limits<double>::infinity()))) {}
◆ BoxConstraints() [3/3]
flutter::BoxConstraints::BoxConstraints |
( |
const BoxConstraints & |
other | ) |
|
|
default |
◆ biggest()
Size flutter::BoxConstraints::biggest |
( |
| ) |
const |
|
inline |
◆ smallest()
Size flutter::BoxConstraints::smallest |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: