fgColor property
@description The Hexadecimal foreground (text) color for UI rendering. Used to visually distinguish codes in dashboards or lists.
@example "#FFFFFF"
Implementation
@$pb.TagNumber(12)
$core.String get fgColor => $_getSZ(7);
Implementation
@$pb.TagNumber(12)
set fgColor($core.String value) => $_setString(7, value);