getForeground method

Paint getForeground()

Returns the foreground of the matched EditableText via Widget.toDiagnosticsNode

Implementation

Paint getForeground() {
  return getDiagnosticProp<Paint>('foreground');
}