floatingActionButton: FloatingActionButton(
backgroundColor: Theme.of(context).primaryColor,
label: Text('Add',
style: TextStyle(
color: Colors.white
),),
icon: Icon(Icons.add, color: Colors.white,)
)
如何调整按钮的大小?尝试填充。