📅  最后修改于: 2022-03-11 14:48:03.107000             🧑  作者: Mango
Scaffold(
floatingActionButtonLocation: FloatingActionButtonLocation.endTop,
floatingActionButton: FloatingActionButton(
child: const Icon(Icons.add),
onPressed: (){},
),
);