This commit is contained in:
xiaojia22326@163.com
2019-01-31 17:18:16 +08:00
parent acfe8f6ed8
commit c4cbd02123
130 changed files with 773 additions and 913 deletions

View File

@ -28,15 +28,15 @@ class _DemoState extends State<Demo> {
}
Column _sizeBoxCreate() {
return new Column(
return Column(
children: <Widget>[
new Text("SizedBox",
Text("SizedBox",
textAlign: TextAlign.right,
style: TextStyle(
fontSize: 28.0,
fontWeight: FontWeight.bold,
)),
new Row(
Row(
children: <Widget>[
sizeBox.SizeBoxDefault(),
SizedBox(