color property

Color? color
final

Foreground color of the button in normal state, e.g. not pressed.

If not specified, the color from the CupertinoTextButtonTheme is used. If it is not specified in CupertinoTextButtonTheme, the Colors.black is used.

Implementation

final Color? color;