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.

This attribute must not be null.

If this attribute is unspecified, this color will default to Color(0x33007AFF), a light, partially-transparent blue color.

Implementation

final Color pressedColor