Last active
June 20, 2022 17:50
-
-
Save rutvik110/5e5540c2b809836bfb95399a4081b4d1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Positioned( | |
height: baseItemHeight, | |
left: 0, | |
right: 0, | |
child: DecoratedBox( | |
decoration: BoxDecoration( | |
borderRadius: BorderRadius.circular(8), | |
gradient: const LinearGradient(colors: [ | |
Colors.blueAccent, | |
Colors.greenAccent, | |
]), | |
), | |
), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment