init
This commit is contained in:
11
snippets/dart-mode/statelesswidget
Normal file
11
snippets/dart-mode/statelesswidget
Normal file
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: StatelessWidget
|
||||
# key: slw
|
||||
# group: flutter
|
||||
# --
|
||||
class ${1:Name} extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container($0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user