Fix typo in main.dart templates (#35684)
This commit is contained in:
parent
4f0f88b5ea
commit
9155795883
@ -95,7 +95,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
// Center is a layout widget. It takes a single child and positions it
|
// Center is a layout widget. It takes a single child and positions it
|
||||||
// in the middle of the parent.
|
// in the middle of the parent.
|
||||||
child: Column(
|
child: Column(
|
||||||
// Column is also layout widget. It takes a list of children and
|
// Column is also a layout widget. It takes a list of children and
|
||||||
// arranges them vertically. By default, it sizes itself to fit its
|
// arranges them vertically. By default, it sizes itself to fit its
|
||||||
// children horizontally, and tries to be as tall as its parent.
|
// children horizontally, and tries to be as tall as its parent.
|
||||||
//
|
//
|
||||||
|
@ -94,7 +94,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||||||
// Center is a layout widget. It takes a single child and positions it
|
// Center is a layout widget. It takes a single child and positions it
|
||||||
// in the middle of the parent.
|
// in the middle of the parent.
|
||||||
child: Column(
|
child: Column(
|
||||||
// Column is also layout widget. It takes a list of children and
|
// Column is also a layout widget. It takes a list of children and
|
||||||
// arranges them vertically. By default, it sizes itself to fit its
|
// arranges them vertically. By default, it sizes itself to fit its
|
||||||
// children horizontally, and tries to be as tall as its parent.
|
// children horizontally, and tries to be as tall as its parent.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user