mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-05-31 23:24:50 +08:00
added more comments to using_tabs example
This commit is contained in:
@ -6,6 +6,7 @@ class Third extends StatelessWidget {
|
||||
return new Container(
|
||||
child: new Center(
|
||||
child: new Column(
|
||||
// center the children
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
new Icon(
|
||||
|
Reference in New Issue
Block a user