how to change splash color and background of floating action button in flutter
floatingActionButton: FloatingActionButton(
onPressed: () {},
child: const Icon(Icons.add),
backgroundColor: Colors.red,
splashColor: Colors.yellow,
)