|
10 | 10 | </context>
|
11 | 11 | </template>
|
12 | 12 | <!-- CustomScrollView-->
|
13 |
| - <template name="customScrollV" value="CustomScrollView( slivers: <Widget>[ $childWidget1$, $childWidget2$, $childWidget3$, ], )" description="New CustomScrollView" toReformat="false" toShortenFQNames="true"> |
| 13 | + <template name="customScrollV" value="CustomScrollView( slivers: <Widget>[ $childWidget1$, $childWidget2$, $childWidget3$, ], )," description="New CustomScrollView" toReformat="false" toShortenFQNames="true"> |
14 | 14 | <variable name="childWidget1" expression=""childWidget1"" defaultValue="" alwaysStopAt="true" />
|
15 | 15 | <variable name="childWidget2" expression=""childWidget2"" defaultValue="" alwaysStopAt="true" />
|
16 | 16 | <variable name="childWidget3" expression=""childWidget3"" defaultValue="" alwaysStopAt="true" />
|
|
154 | 154 |
|
155 | 155 | <!-- Container-->
|
156 | 156 |
|
157 |
| - <template name="container" value="Container( child: $Widget$(), )" description="Create Container Widget" toReformat="true" toShortenFQNames="true"> |
| 157 | + <template name="container" value="Container( child: $Widget$(), )," description="Create Container Widget" toReformat="true" toShortenFQNames="true"> |
158 | 158 | <variable name="Widget" expression=""Widget"" defaultValue="" alwaysStopAt="true" />
|
159 | 159 | <context>
|
160 | 160 | <option name="DART_STATEMENT" value="true" />
|
|
163 | 163 |
|
164 | 164 | <!-- Row-->
|
165 | 165 |
|
166 |
| - <template name="row" value="Row( children: <Widget>[$goto$], )" description="Create Row Widget" toReformat="true" toShortenFQNames="true"> |
| 166 | + <template name="row" value="Row( children: <Widget>[$goto$], )," description="Create Row Widget" toReformat="true" toShortenFQNames="true"> |
167 | 167 | <variable name="goto" expression="""" defaultValue="" alwaysStopAt="true" />
|
168 | 168 | <context>
|
169 | 169 | <option name="DART_STATEMENT" value="true" />
|
|
172 | 172 |
|
173 | 173 | <!-- Column-->
|
174 | 174 |
|
175 |
| - <template name="column" value="Column( children: <Widget>[$goto$], )" description="Create Column Widget" toReformat="true" toShortenFQNames="true"> |
| 175 | + <template name="column" value="Column( children: <Widget>[$goto$], )," description="Create Column Widget" toReformat="true" toShortenFQNames="true"> |
176 | 176 | <variable name="goto" expression="""" defaultValue="" alwaysStopAt="true" />
|
177 | 177 | <context>
|
178 | 178 | <option name="DART_STATEMENT" value="true" />
|
|
181 | 181 |
|
182 | 182 | <!-- Text-->
|
183 | 183 |
|
184 |
| - <template name="text" value="Text('$text$')" description="Create Text Widget" toReformat="true" toShortenFQNames="true"> |
| 184 | + <template name="text" value="Text('$text$')," description="Create Text Widget" toReformat="true" toShortenFQNames="true"> |
185 | 185 | <variable name="text" expression=""text"" defaultValue="" alwaysStopAt="true" />
|
186 | 186 | <context>
|
187 | 187 | <option name="DART_STATEMENT" value="true" />
|
188 | 188 | </context>
|
189 | 189 | </template>
|
190 | 190 |
|
191 | 191 | <!-- AspectRatio-->
|
192 |
| - <template name="aspectRatio" value="AspectRatio( aspectRatio: $aspectRatio$, child: $child$ )" description="New AspectRatio Widget" toReformat="false" toShortenFQNames="true"> |
| 192 | + <template name="aspectRatio" value="AspectRatio( aspectRatio: $aspectRatio$, child: $child$ )," description="New AspectRatio Widget" toReformat="false" toShortenFQNames="true"> |
193 | 193 | <variable name="aspectRatio" expression="$aspectRatio$" defaultValue="" alwaysStopAt="true" />
|
194 | 194 | <variable name="child" expression="$child$" defaultValue="" alwaysStopAt="true" />
|
195 | 195 | <context>
|
|
0 commit comments