Flutter Engine
The Flutter Engine
Public Attributes | List of all members
FlutterSize Struct Reference

A structure to represent the width and height. More...

#include <embedder.h>

Public Attributes

double width
 
double height
 

Detailed Description

A structure to represent the width and height.

Definition at line 423 of file embedder.h.

Member Data Documentation

◆ height

double FlutterSize::height

Definition at line 425 of file embedder.h.

◆ width

double FlutterSize::width

Definition at line 424 of file embedder.h.


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