Skip to content

Instantly share code, notes, and snippets.

@FelipeSantos75
Created September 18, 2021 15:27
Show Gist options
  • Save FelipeSantos75/0ca9b02bcc8e57c619c6b57f877e8b11 to your computer and use it in GitHub Desktop.
Save FelipeSantos75/0ca9b02bcc8e57c619c6b57f877e8b11 to your computer and use it in GitHub Desktop.
child: Container(
decoration: BoxDecoration(
gradient: LinearGradient(
colors: [
Colors.white.withOpacity(start),
Colors.white.withOpacity(end),
],
begin: AlignmentDirectional.topStart,
end: AlignmentDirectional.bottomEnd,
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment