Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想添加底部填充以在页面视图中显示页面,如此图像。
将您的页面放在一个Padding元素中,然后仅为底部设置边缘插入:
Padding
new Padding( padding: const EdgeInsets.only(bottom: 20), child: *Active Page View Here* ),