GiftChatTheme constructor

GiftChatTheme({
  1. UpgradedGift? gift,
  2. ThemeSettings? lightSettings,
  3. ThemeSettings? darkSettings,
})

Implementation

GiftChatTheme({this.gift, this.lightSettings, this.darkSettings});