-1

我想添加底部填充以在页面视图中显示页面,如此图像

4

1 回答 1

0

将您的页面放在一个Padding元素中,然后仅为底部设置边缘插入:

new Padding(
    padding: const EdgeInsets.only(bottom: 20),
    child: *Active Page View Here*
),
于 2020-01-10T21:11:06.833 回答