init
This commit is contained in:
10
snippets/dart-mode/initstate
Normal file
10
snippets/dart-mode/initstate
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: initState
|
||||
# key: is
|
||||
# group: flutter
|
||||
# --
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user