stylish_container_achin_package 0.0.5
stylish_container_achin_package: ^0.0.5 copied to clipboard
Achin's new package for Stylish Container.
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!