Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.