pressedColor property

Color? pressedColor
final

Foreground color of the button in pressed state.

If not specified, the pressedColor from the CupertinoTextButtonTheme is used. If it is not specified in CupertinoTextButtonTheme, the primaryColor of Theme is used.

Implementation

final Color? pressedColor;