buttonIconColor property

Color? buttonIconColor
final

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

Implementation

final Color? buttonIconColor;