We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93230d7 commit 761fe0dCopy full SHA for 761fe0d
code_plugins/dart.json
@@ -99,13 +99,13 @@
99
"prefix": "cc",
100
"body": [
101
"class $1 extends CustomClipper<Path> {",
102
- " @override",
103
- " Path getClip(Size size) {",
104
- " //TODO:",
105
- " }",
+ " @override",
+ " Path getClip(Size size) {",
+ " //TODO:",
+ " }",
106
"",
107
108
- " bool shouldReclip(CustomClipper<Path> oldClipper) => false;",
+ " bool shouldReclip(CustomClipper<Path> oldClipper) => false;",
109
"}",
110
],
111
"description": "自定义CustomClipper"
0 commit comments