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';

Additional information

for more information go to gitHub repository: https://github.com/Iamyouandwhatiseeisme/linear-gradient-container-package