iconColor property

Color? iconColor
final

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

Implementation

final Color? iconColor;