custom_container
A customizable Flutter container widget with built-in styling, padding, borders, shadows, and decoration support.
Installation
Add this to your pubspec.yaml:
dependencies:
custom_container: ^1.0.0
## Getting started
#### 3. **Usage example**
```md
## Usage
```dart
import 'package:custom_container/custom_container.dart';
CustomContainer(
width: 200,
height: 100,
padding: EdgeInsets.all(16),
color: Colors.blueAccent,
borderRadius: BorderRadius.circular(12),
child: Text('Hello!'),
);
4. Features (optional but helpful)
## Features
- Custom padding and margin
- Border radius and box shadows
- Optional borders
- Reusable and clean widget structure
## License
MIT © 2025 Nishanth-Nish