getBackground method

Paint getBackground()

Returns the background of the matched EditableText via Widget.toDiagnosticsNode

Implementation

Paint getBackground() {
  return getDiagnosticProp<Paint>('background');
}