floatingActionButton: FloatingActionButton(
onPressed: () {},
child: const Icon(Icons.add),
backgroundColor: Colors.blue,
),
floatingActionButton: FloatingActionButton.extended(
onPressed: (){},
icon: Icon(Icons.refresh),
label: Text('Refresh'),
),