foregroundColor: Color.fromARGB(255, 255, 255, 255),
backgroundColor: Color.fromARGB(255, 255, 255, 255),
//底部中間
floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked
//右下角
floatingActionButtonLocation: FloatingActionButtonLocation.endDocked
//中間偏上
floatingActionButtonLocation: FloatingActionButtonLocation.centerFloat
//底部偏上
floatingActionButtonLocation: FloatingActionButtonLocation.endFloat