getFontBackground method

Paint getFontBackground()

Returns the fontBackground of the matched AnyText via Widget.toDiagnosticsNode

Implementation

Paint getFontBackground() {
  return getDiagnosticProp<Paint>('font_background');
}