Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
399 views
in Technique[技术] by (71.8m points)

如何让 flutter Text 的宽度等于容器宽度?

在设置 textAlign: TextAlign.left 后发现 Text 并没有像预期那样 文字居左

设置 backgroundColor 后发现 Text 的宽度很小,并不是等于容器宽度

请问 如何让 flutter Text 的宽度等于容器宽度呢?

  Container(
    margin: EdgeInsets.only(top: 10, bottom: 10),
    child: Text(
      this.title,
      textAlign: TextAlign.left,
      style: TextStyle(
          color: Color(0xFFFFFFFF), backgroundColor: Colors.red),
    ),

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

emmm,看看具体代码。我把这个container拿去运行是可以居左的。。。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.6k users

...