bgColor property

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

The background color that is displayed for easy recognition

Implementation

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

Implementation

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