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