xxxxxxxxxx
FloatingActionButton.extended(
backgroundColor: Colors.green,
foregroundColor: Colors.black,
onPressed: () {
// Respond to button press
},
icon: Icon(Icons.add),
label: Text('Floating Action Button'),
)
https://www.geeksforgeeks.org/floatingactionbutton-class-in-flutter-material-library-with-example/