gpt4 book ai didi

flutter - 如何在 Flutter 左侧放置 AppBar 标题

转载 作者:行者123 更新时间:2023-12-03 13:30:32 39 4
gpt4 key购买 nike

这是我的 AppBar Tittle 代码,但它不起作用

 Widget build(BuildContext context){
return new Scaffold(
appBar: new AppBar(
title: new Padding(
padding: const EdgeInsets.only(left: 20.0),
child: new Text("App Name"),
),
),
);}

最佳答案

设置 centerTitle属性为假。

关于flutter - 如何在 Flutter 左侧放置 AppBar 标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58913303/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com