aloisdeniel / aloisdeniel/figma_squircle
Wrapping with Opacity widget makes it work broken
- Ngôn ngữ chính
- Dart
- Star
- 163
- Fork
- 41
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi, love this package!
However, I've encountered a bug. I'm using it as border of a MaterialButton.
> MaterialButton(
> elevation: 0,
> shape: SmoothRectangleBorder(
> side: BorderSide(color: Colors.white, width: 4),
> borderRadius: SmoothBorderRadius(
> cornerRadius: 16,
> cornerSmoothing: 1.0,
> ),
> ),
> color: lightestColor.withOpacity(0.3)...
When I wrap it with Opacity widget, there is an error on the corners as following photo shows. (Bottom one is wrapped with Opacity) (Even if the opacity is given as "0.99", it happens.)

Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.