Skip to content

Instantly share code, notes, and snippets.

@Senhordim
Created April 20, 2020 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Senhordim/bbc8850b47d1fcdb1aa65c42558095ec to your computer and use it in GitHub Desktop.
Save Senhordim/bbc8850b47d1fcdb1aa65c42558095ec to your computer and use it in GitHub Desktop.
BoxDecoration(
color: Colors.white,
boxShadow: [
BoxShadow(
color: Colors.black12,
offset: Offset(1, 2),
blurRadius: 2,
spreadRadius: 0,
)
],
borderRadius: BorderRadius.all(
Radius.circular(screenHeight * 2),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment