行:RenderFlex在右侧溢出

时间:2020-07-25 07:34:31

标签: flutter

使用以下小部件时出现错误

RenderFlex在右侧溢出了3.0像素。

body: Padding(
padding: EdgeInsets.symmetric(horizontal: 24.0),
    child: Column(
      mainAxisAlignment: MainAxisAlignment.center,
      crossAxisAlignment: CrossAxisAlignment.stretch,
      children: <Widget>[
        Row(
          children: <Widget>[
            Container(
              child: Image.asset('images/logo.png'),
              height: 60.0,
            ),
            Text(
              'Flash Chat',
              style: TextStyle(
                fontSize: 35.0,
                fontWeight: FontWeight.w900,
              ),
            ),
          ],
        ),
      ],
    ),
),

我尝试用Expanded包装该行,但似乎不起作用。除了缩小文字大小,我们还能做什么?

enter image description here

1 个答案:

答案 0 :(得分:0)

您不仅可以将FontWeight减小到fontWeight: FontWeight.w700.,还可以尝试将其值减小到before.activity 100,200,300等。