getAlwaysIncludeSemantics method

bool getAlwaysIncludeSemantics()

Returns the alwaysIncludeSemantics of the matched Opacity via Widget.toDiagnosticsNode

Implementation

bool getAlwaysIncludeSemantics() {
  return getDiagnosticProp<bool>('alwaysIncludeSemantics');
}