ProfileAccentColor constructor

ProfileAccentColor({
  1. required int id,
  2. ProfileAccentColors? lightThemeColors,
  3. ProfileAccentColors? darkThemeColors,
  4. required int minSupergroupChatBoostLevel,
  5. required int minChannelChatBoostLevel,
})

Implementation

ProfileAccentColor({
  required this.id,
  this.lightThemeColors,
  this.darkThemeColors,
  required this.minSupergroupChatBoostLevel,
  required this.minChannelChatBoostLevel,
});