Created
September 18, 2021 15:29
-
-
Save FelipeSantos75/626f9d75aac36cc090cf862477461e13 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
borderRadius: BorderRadius.all(Radius.circular(10)), | |
border: Border.all( | |
width: 1.5, | |
color: Colors.white.withOpacity(0.2), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment