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