直接上代码:

              new Expanded(
                  flex: 5,
                  child: new Row(
                    children: <Widget>[
                      Expanded(
                          child: new Container(
                        alignment: Alignment.center,
                        color: Colors.black38,
                        child: new Text("這裡是logo"),
                      ))
                    ],
                  )),

 

相关文章:

  • 2021-11-22
  • 2021-09-30
  • 2022-12-23
  • 2022-02-02
  • 2021-11-22
  • 2022-12-23
  • 2021-08-29
  • 2021-04-15
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-06-07
相关资源
相似解决方案