linear_gradient_container_package

Last updated:

0 purchases

linear_gradient_container_package Image
linear_gradient_container_package Images
Add to Cart

Description:

linear gradient container package

Features #
"A flutter package that provides ready made factory for linear gradient container"
Getting started #
"A flutter package that provides ready made factory for linear gradient container"
Usage #
"A flutter package that provides ready made factory for linear gradient container"
to /example folder.
class GradientContainer extends StatelessWidget {
const GradientContainer({key? key}) :super(key:key);
@override
Widget build(BuildContext context){
return Scaffold(
body: Center(
child: const FanncyContainer(
title: "hello world",
color1: Colors.green,
color2: Colors.blue,
)
)
)
}
}
const like = 'sample';
copied to clipboard
Additional information #
for more information go to gitHub repository:
https://github.com/Iamyouandwhatiseeisme/linear-gradient-container-package

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.