CustomDiscountBanner constructor

const CustomDiscountBanner({
  1. Key? key,
  2. required String text,
})

Implementation

const CustomDiscountBanner({super.key, required this.text});