Flutter FlotingactionButton
floatingActionButton: FloatingActionButton(
onPressed: () {},
child: const Icon(Icons.add),
backgroundColor: Colors.blue,
),
Sore Serval