getFontInherit method

bool getFontInherit()

Returns the fontInherit of the matched AnyText via Widget.toDiagnosticsNode

Implementation

bool getFontInherit() {
  return getDiagnosticProp<bool>('font_inherit');
}