textColor property

Color? textColor
final

The color of the text. if null, it will use Theme.of(context).colorScheme.onSurface,

Implementation

final Color? textColor;