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

#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
 
}; 
 

Detailed Description

Definition at line 1703 of file embedder.h.

Member Data Documentation

◆ 

union { ... } FlutterPlatformViewMutation::@58

◆ clip_rect

FlutterRect FlutterPlatformViewMutation::clip_rect

Definition at line 1708 of file embedder.h.

◆ clip_rounded_rect

FlutterRoundedRect FlutterPlatformViewMutation::clip_rounded_rect

Definition at line 1709 of file embedder.h.

◆ opacity

double FlutterPlatformViewMutation::opacity

Definition at line 1707 of file embedder.h.

◆ transformation

FlutterTransformation FlutterPlatformViewMutation::transformation

Definition at line 1710 of file embedder.h.

◆ type

FlutterPlatformViewMutationType FlutterPlatformViewMutation::type

The type of the mutation described by the subsequent union.

Definition at line 1705 of file embedder.h.


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