UpgradedGiftBackdropColors constructor

UpgradedGiftBackdropColors({
  1. required int centerColor,
  2. required int edgeColor,
  3. required int symbolColor,
  4. required int textColor,
})

Implementation

UpgradedGiftBackdropColors({
  required this.centerColor,
  required this.edgeColor,
  required this.symbolColor,
  required this.textColor,
});