getFontColor method

Color getFontColor()

Returns the fontColor of the matched AnyText via Widget.toDiagnosticsNode

Implementation

Color getFontColor() {
  return getDiagnosticProp<Color>('font_color');
}