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 color to fill the border cover #2

Closed
zmonx opened this issue Dec 6, 2022 · 2 comments
Closed

Border color to fill the border cover #2

zmonx opened this issue Dec 6, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@zmonx
Copy link

zmonx commented Dec 6, 2022

When adding a border colorr of decoration properties, it does not expected because the border color is not full. 😅

suggest

child: CouponCard( curveAxis: Axis.vertical, borderRadius: 8, backgroundColor: BaseColors.primaryColor100, decoration: BoxDecoration( borderRadius: const BorderRadius.all(Radius.circular(8)), color: BaseColors.primaryColor100, border: Border.all(color: BaseColors.primaryColor)), firstChild: Padding( padding: const EdgeInsets.only(left: 10.0), child: Image.asset("assets/image/coupon.png"), ), secondChild: Container()......

@devmuaz devmuaz added the bug Something isn't working label Dec 8, 2022
@devmuaz
Copy link
Owner

devmuaz commented Jan 15, 2023

Hi @zmonx
I'm sorry for being too late to fix this issue, now this issue has been fixed in v0.2.0 (d9f5481)

I hope it solve your problem

@devmuaz devmuaz closed this as completed Jan 15, 2023
@zmonx
Copy link
Author

zmonx commented Jan 15, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants