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

#include <embedder.h>

Public Attributes

uint32_t width
 
uint32_t height
 

Detailed Description

A structure to represent the width and height.

See: FlutterSize when the value are not integers.

Definition at line 429 of file embedder.h.

Member Data Documentation

◆ height

uint32_t FlutterUIntSize::height

Definition at line 431 of file embedder.h.

◆ width

uint32_t FlutterUIntSize::width

Definition at line 430 of file embedder.h.


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