darkThemeOtherColors property

  1. @JsonKey.new(name: 'dark_theme_other_colors')
List<int> get darkThemeOtherColors
inherited

List of 1-3 additional colors used in dark themes; RGB format

Implementation

@JsonKey(name: 'dark_theme_other_colors')
List<int> get darkThemeOtherColors;