foregroundColor property

Color? foregroundColor
final

The color of the button's text and icons.

Defaults to the CupertinoTheme's primaryColor when the CupertinoButton.filled constructor is used.

Implementation

final Color? foregroundColor;