backgroundColor property

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

Implementation

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

Implementation

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