【发布时间】:2021-03-08 06:51:02
【问题描述】:
如何解决以下错误?
一个 RenderFlex 在底部溢出了 224 像素。
在列小部件上
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: const Text('Read message'),
),
body: Column( //the error is here
children: [
Padding(
padding: const EdgeInsets.all(20.0).copyWith(bottom: 10),
child: Row( ...
【问题讨论】:
标签: flutter