backgroundColor property

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

The hex value for background color.

Implementation

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

Implementation

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