How to change Floating Action Button Splash Color in Flutter
The Floating Action Button (FAB) is one of the important components in material design. When the FAB is pressed A splash effect can be seen. In this blog post, let’s discuss how to change the Floating Action Button splash color in Flutter. The FloatingActionButton widget has various properties to customize it. Using its splashColor property…