⚡CustomBanner Widgets

Custom widgets and components ready to use under your awesome projects!

🎖Installing

dependencies:
  awesome_custom_banners: ^0.0.1

⚽Widgets

1. Custom Banners🔥

CustomBanner(
    title: "Title can span multiple lines of text",
    buttonColor: const Color(0XFFE10856),
    buttonText: "Sumbit",
    colorsWithOpcy: Colors.black.withOpacity(0.4),
    subtitle: "Lead text can span multiple lines of text to provide context to the featured content.",
),

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.