StarGiftBackground constructor

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

Star Gift Background constructor.

Implementation

const StarGiftBackground({
  required this.centerColor,
  required this.edgeColor,
  required this.textColor,
}) : super._();