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 c061c68 commit b18505aCopy full SHA for b18505a
snippets/snippets.json
@@ -18,7 +18,7 @@
18
"class ${1:name} extends StatefulWidget {",
19
" ${1:name}({Key? key}) : super(key: key);\n",
20
" @override",
21
- " _${1:WidgetName}State createState() => _${1:WidgetName}State();",
+ " State<${1:index}> createState() => _${1:WidgetName}State();",
22
"}\n",
23
"class _${1:index}State extends State<${1:index}> {",
24
0 commit comments