foregroundColor property Null safety
final
The default text color for text in the circle.
Defaults to the primary text theme color if no backgroundColor is specified.
Defaults to ThemeData.primaryColorLight for dark background colors, and ThemeData.primaryColorDark for light background colors.
Implementation
final Color? foregroundColor;