splashColor property Null safety

Color? splashColor
final

The highlight color that's typically used to indicate that the button is focused, hovered, or pressed.

This property is the equivalent of ButtonStyle.overlayColor.

Implementation

final Color? splashColor;