Hi I have created this package for stylish container, please use it if you want some stylish containers.
Features
- Stylish Container
- Gradient Background
Getting started
- Text is useful to use stylish container
Usage
Sample Usage
Container(
width: widget.width ?? widget.width,
height: widget.height ?? widget.height,
decoration: BoxDecoration(
// color: Colors.red,
gradient: LinearGradient(colors:
widget.startColor ?? widget.startColor!,
widget.endColor ?? widget.endColor!
),
borderRadius: BorderRadius.circular(widget.roundness ?? 30),
),
child: Center(
child: Text(
widget.title ?? "Sample",
style: TextStyle(color: widget.textColor ?? widget.textColor),
),
)),
Additional information
You can subscribe to my channel for more updates, stay tuned Thanks!