#include <embedder.h>
Public Attributes | ||
| size_t | struct_size | |
| The size of this struct. Must be sizeof(FlutterStringAttribute). | ||
| size_t | start | |
| size_t | end | |
| FlutterStringAttributeType | type | |
| The type of the attribute described by the subsequent union. | ||
| union { | ||
| const FlutterSpellOutStringAttribute * spell_out | ||
| const FlutterLocaleStringAttribute * locale | ||
| }; | ||
Definition at line 1502 of file embedder.h.
| union { ... } FlutterStringAttribute |
| size_t FlutterStringAttribute::end |
Definition at line 1508 of file embedder.h.
| const FlutterLocaleStringAttribute* FlutterStringAttribute::locale |
Definition at line 1515 of file embedder.h.
| const FlutterSpellOutStringAttribute* FlutterStringAttribute::spell_out |
Definition at line 1513 of file embedder.h.
| size_t FlutterStringAttribute::start |
Definition at line 1506 of file embedder.h.
| size_t FlutterStringAttribute::struct_size |
The size of this struct. Must be sizeof(FlutterStringAttribute).
Definition at line 1504 of file embedder.h.
| FlutterStringAttributeType FlutterStringAttribute::type |
The type of the attribute described by the subsequent union.
Definition at line 1510 of file embedder.h.