bgColor property

  1. @TagNumber.new(13)
String get bgColor

@description The Hexadecimal background color for UI rendering. Used to visually distinguish codes in dashboards or lists.

@example "#FF5733"

Implementation

@$pb.TagNumber(13)
$core.String get bgColor => $_getSZ(8);
  1. @TagNumber.new(13)
set bgColor (String value)

Implementation

@$pb.TagNumber(13)
set bgColor($core.String value) => $_setString(8, value);