【发布时间】:2018-10-23 03:51:00
【问题描述】:
您如何将 Flutter 中提供的扩展 FAB 与 Material design 规范一样居中?
这里扩展的 FAB 是右对齐的:
new Scaffold(
floatingActionButton: new FloatingActionButton.extended(
onTap: () => {},
label: new Text('See all results')
}
)
【问题讨论】: