Files

19 lines
503 B
JSON
Raw Permalink Normal View History

{
"imports": [
"import 'package:flutter/widgets.dart';"
],
"classStructure": [
"/// {@template {className}}",
"/// ",
"/// {@endtemplate}",
"class {className} extends StatelessWidget {",
" /// {@macro {className}}",
" const {className}({super.key});",
" ",
" @override",
" Widget build(BuildContext context) {",
" return const Placeholder();",
" }",
"}"
]
}