getInherit method

bool getInherit()

Returns the inherit of the matched AnyText via Widget.toDiagnosticsNode

Implementation

bool getInherit() {
  return getDiagnosticProp<bool>('inherit');
}