getFontLocale method

Locale getFontLocale()

Returns the fontLocale of the matched AnyText via Widget.toDiagnosticsNode

Implementation

Locale getFontLocale() {
  return getDiagnosticProp<Locale>('font_locale');
}