-
-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Description
Describe the bug
radius does not work.
To Reproduce
Run code below
DottedBorder(
color: Color.fromARGB(255, 134, 129, 129), // 点線の色
radius: Radius.circular(12),
dashPattern: [6.0,4.0],
strokeWidth: 3.0,
strokeCap: StrokeCap.round,
child: ClipRRect(
borderRadius: BorderRadius.all(Radius.circular(12)),
child: child),
)
Expected behavior
Corner rounded
Desktop (please complete the following information):
- OS: MacOS
- Browser non
- Version 2.0.0+3
Smartphone (please complete the following information):
- Device: iPhone 11
- OS: iOS
- Browser non
- Version 16.0
Metadata
Metadata
Assignees
Labels
No labels
