lightThemeMainColor property

  1. @JsonKey.new(name: 'light_theme_main_color')
int get lightThemeMainColor
inherited

Main color used in light themes; RGB format

Implementation

@JsonKey(name: 'light_theme_main_color')
int get lightThemeMainColor;