pressedColor property

Color? pressedColor
final

The color used to fill the background of the widget the user is temporarily interacting with through a long press or drag.

Defaults to the selectedColor at 20% opacity if null.

Implementation

final Color? pressedColor;