Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Border Radius Elliptical #42

Open
thize opened this issue Nov 24, 2019 · 1 comment
Open

Border Radius Elliptical #42

thize opened this issue Nov 24, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@thize
Copy link

thize commented Nov 24, 2019

decoration: BoxDecoration(
    borderRadius: BorderRadius.all(Radius.elliptical(5, 6)),
),

My suggestion

..borderRadius.all(25)
..borderRadius.only(bottomLeft: 5,bottomRight: 5,topLeft: 5,topRight: 5)
..borderRadius.elliptical(5,6)
@ReinBentdal ReinBentdal added the enhancement New feature or request label Nov 25, 2019
@ReinBentdal
Copy link
Owner

I will consider adding this in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants