custom_containers
A highly customizable, reusable gradient container widget for Flutter apps.
Supports gradients, shadows, border radius, padding, text styles, child widgets, and tap gestures.
Features
- Gradient colors or custom Gradient
- Width, height, padding, and border radius
- Optional title, subtitle, or child widget
- OnTap callback support
- Custom text styles and shadows
- Easy to integrate in any Flutter app
Getting started
Add the package to your pubspec.yaml.
dependencies:
custom_containers: ^0.0.1
## Usage
```dart
const like = 'sample';