Search code snippets, questions, articles...

Simple Gradient in Container

Simple Gradient in Container
Container(
              decoration: BoxDecoration(
                gradient: LinearGradient(
                  begin: Alignment.topCenter,
                  end: Alignment.bottomCenter,
                  colors: [
                    Colors.indigoAccent[700],
                    Colors.white,
                  ],
                ),
              )),

Search Index Data (The code snippet can also be found with below search text)

Gradient
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet