splashColor property

Color? splashColor
final

The splash color for this FloatingActionButton's InkWell.

If null, FloatingActionButtonThemeData.splashColor is used, if that is null, ThemeData.splashColor is used.

Implementation

final Color? splashColor;