5#ifndef FLUTTER_FLOW_LAYERS_OPACITY_LAYER_H_
6#define FLUTTER_FLOW_LAYERS_OPACITY_LAYER_H_
41 return children_can_accept_opacity_;
44 children_can_accept_opacity_ =
value;
52 bool children_can_accept_opacity_ =
false;
void Diff(DiffContext *context, const Layer *old_layer) override
bool children_can_accept_opacity() const
void Preroll(PrerollContext *context) override
void set_children_can_accept_opacity(bool value)
#define FML_DISALLOW_COPY_AND_ASSIGN(TypeName)
impeller::Scalar DlScalar
static constexpr DlScalar toOpacity(uint8_t alpha)