foregroundColor property

Color? foregroundColor
final

The foreground color of this action.

Defaults to Colors.black if background's brightness is Brightness.light, or to Colors.white if background's brightness is Brightness.dark.

Implementation

final Color? foregroundColor;