iconColor property
The color of the icon. if null, it will use Theme.of(context).colorScheme.primary,
Implementation
final Color? iconColor;
The color of the icon. if null, it will use Theme.of(context).colorScheme.primary,
final Color? iconColor;