StarGiftBackground constructor
const
StarGiftBackground({})
Star Gift Background constructor.
Implementation
const StarGiftBackground({
required this.centerColor,
required this.edgeColor,
required this.textColor,
}) : super._();