textColor property
The color of the text. if null, it will use Theme.of(context).colorScheme.onSurface,
Implementation
final Color? textColor;
The color of the text. if null, it will use Theme.of(context).colorScheme.onSurface,
final Color? textColor;