foregroundColor property
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;
The color of the button's text and icons.
Defaults to the CupertinoTheme's primaryColor
when the
CupertinoButton.filled constructor is used.
final Color? foregroundColor;