bgColor property
@optional
@description The updated Hexadecimal background color.
@example "#FFFF00"
@regex "^#0-9a-fA-F{6}$"
@format Must be a 6-digit hex code starting with #.
Implementation
@$pb.TagNumber(13)
$core.String get bgColor => $_getSZ(5);
Implementation
@$pb.TagNumber(13)
set bgColor($core.String value) => $_setString(5, value);