Flutter Flotingaction Button Color
floatingActionButton: FloatingActionButton(
child: const Icon(Icons.add),
backgroundColor: Colors.pink,
foregroundColor: Colors.black,
splashColor: Colors.orange,
focusColor: Colors.blue,
hoverColor: Colors.red,
),
Sore Serval