CustomBanner constructor

CustomBanner({
  1. Key? key,
  2. required dynamic colorsWithOpcy,
  3. required dynamic title,
  4. required dynamic subtitle,
  5. required dynamic buttonColor,
  6. required dynamic buttonText,
})

Implementation

CustomBanner(
    {Key? key,
    required this.colorsWithOpcy,
    required this.title,
    required this.subtitle,
    required this.buttonColor,
    required this.buttonText});