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 #3

Open
felixbork opened this issue Jun 8, 2020 · 1 comment
Open

Border #3

felixbork opened this issue Jun 8, 2020 · 1 comment

Comments

@felixbork
Copy link

Hi,

I'd suggest to add an optional border around the top layout in the same color as the bottom layout.
Something like this, potentially a variable border size.

decoration: BoxDecoration(
            borderRadius: widget.style.borderRadius,
            border: Border.all(
              width: 1,
              color: widget.style.backColor,
            ),
            boxShadow: [BoxShadow(color: widget.style.topColor)]),

Cheers

@nguyenvanduocit
Copy link
Owner

Can you please create a pull request, It would be interesting to have your contribution.

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

No branches or pull requests

2 participants