backgroundColor property

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

hex value for background color

Implementation

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

Implementation

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