GiftBackground constructor

GiftBackground({
  1. required int centerColor,
  2. required int edgeColor,
  3. required int textColor,
})

Implementation

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