backgroundColorDark property

  1. @TagNumber.new(10)
String get backgroundColorDark

hex value for background color dark theme

Implementation

@$pb.TagNumber(10)
$core.String get backgroundColorDark => $_getSZ(8);
  1. @TagNumber.new(10)
set backgroundColorDark (String value)

Implementation

@$pb.TagNumber(10)
set backgroundColorDark($core.String value) => $_setString(8, value);