Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
FlutterPlatformViewMutationType | type |
The type of the mutation described by the subsequent union. More... | |
union { | |
double opacity | |
FlutterRect clip_rect | |
FlutterRoundedRect clip_rounded_rect | |
FlutterTransformation transformation | |
}; | |
Definition at line 1703 of file embedder.h.
union { ... } FlutterPlatformViewMutation::@58 |
FlutterRect FlutterPlatformViewMutation::clip_rect |
Definition at line 1708 of file embedder.h.
FlutterRoundedRect FlutterPlatformViewMutation::clip_rounded_rect |
Definition at line 1709 of file embedder.h.
double FlutterPlatformViewMutation::opacity |
Definition at line 1707 of file embedder.h.
FlutterTransformation FlutterPlatformViewMutation::transformation |
Definition at line 1710 of file embedder.h.
FlutterPlatformViewMutationType FlutterPlatformViewMutation::type |
The type of the mutation described by the subsequent union.
Definition at line 1705 of file embedder.h.