Created
February 14, 2020 18:47
-
-
Save mukireus/caf0d3444cf09a9742aea44b02b0f746 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
BorderRadius get _loginButtonBorderStyle => BorderRadius.only( | |
bottomRight: Radius.circular(80), | |
topRight: Radius.circular(80), | |
); | |
// Bu şekilde kullanabilirsiniz. | |
BoxDecoration(color: Colors.white, borderRadius: _loginButtonBorderStyle), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment