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 in Material 2; ColorScheme.onPrimaryContainer with opacity 0.1 is used in Material 3.

Implementation

final Color? splashColor;