setOpacityAlwaysIncludeSemantics method

void setOpacityAlwaysIncludeSemantics(
  1. bool value
)

Implementation

void setOpacityAlwaysIncludeSemantics(bool value) {
  onNotifyWithCallback(() => opacityAlwaysIncludeSemantics = value);
}