stylish_container_achin_package

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

stylish container achin package

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!

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.