fgColor property

  1. @TagNumber.new(22)
String get fgColor

The color of the text that is displayed for easy recognition

Implementation

@$pb.TagNumber(22)
$core.String get fgColor => $_getSZ(9);
  1. @TagNumber.new(22)
set fgColor (String value)

Implementation

@$pb.TagNumber(22)
set fgColor($core.String value) => $_setString(9, value);