mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-11-08 20:50:04 +00:00
added more comments to using_tabs example
This commit is contained in:
@@ -6,6 +6,7 @@ class Second 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