getForeground method

Decoration getForeground()

Returns the foreground of the matched Container via Widget.toDiagnosticsNode

Implementation

Decoration getForeground() {
  return getDiagnosticProp<Decoration>('fg');
}