Created
September 18, 2021 15:27
-
-
Save FelipeSantos75/0ca9b02bcc8e57c619c6b57f877e8b11 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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