Introduce
CustomContainer A Flutter package that provides a customizable CustomContainer widget with essential functionalities like onTap, styling, and child management. It is designed to simplify container usage while offering flexibility and clean, reusable code.
Features Gesture Handling: Built-in onTap functionality to handle user interactions. Customizable: Supports width, height, padding, margin, and decoration properties. Child Support: Allows embedding child widgets inside the container. Reusable: Ideal for consistent UI design across your Flutter projects.
Installation Add the following line to your pubspec.yaml file under the dependencies section:
For Use
CustomContainer()