getFontFamily method

String getFontFamily()

Returns the fontFamily of the matched AnyText via Widget.toDiagnosticsNode

Implementation

String getFontFamily() {
  return getDiagnosticProp<String>('font_family');
}