getContainer method

bool getContainer()

Returns the container of the matched Semantics via Widget.toDiagnosticsNode

Implementation

bool getContainer() {
  return getDiagnosticProp<bool>('container');
}