backgroundColor property

  1. @TagNumber.new(2)
String get backgroundColor

hex value for background color

Implementation

@$pb.TagNumber(2)
$core.String get backgroundColor => $_getSZ(1);
  1. @TagNumber.new(2)
set backgroundColor (String v)

Implementation

@$pb.TagNumber(2)
set backgroundColor($core.String v) { $_setString(1, v); }