backgroundColorDark property
hex value for background color dark theme
Implementation
@$pb.TagNumber(10)
$core.String get backgroundColorDark => $_getSZ(8);
Implementation
@$pb.TagNumber(10)
set backgroundColorDark($core.String v) { $_setString(8, v); }