Expected result
我使用SingleChildScrollView使其可滚动,但如果设备大小很大,则侧面有空格。SingleChildScrollView如何删除内容会在内部拉伸的内容?
如果我删除SingleChildScrollView,它将很好地伸展和适合,但如果屏幕很小,它将无法滚动,它会溢出表。Without scrollview的
我甚至尝试使用安装的盒子,它伸展但它会太大,如果表的内容只是几个。FittedBox 1FittedBox 2
SingleChildScrollView(
scrollDirection: Axis.vertical,
child: SingleChildScrollView(
scrollDirection: Axis.horizontal,
child: DataTable(),
),
),
字符串
1条答案
按热度按时间abithluo1#
打开DataTable(data_table.dart)类并搜索_horizontalMargin,设为0.0。_horizontalMargin=0.0