backgroundColorDark property

  1. @TagNumber(10)
String backgroundColorDark

Implementation

@$pb.TagNumber(10)
$core.String get backgroundColorDark => $_getSZ(8);
  1. @TagNumber(10)
void backgroundColorDark=(String v)

Implementation

@$pb.TagNumber(10)
set backgroundColorDark($core.String v) { $_setString(8, v); }