iconColor property

Color? iconColor
final

If provided, this color is used for the button icon.

If this property is null, then PopupMenuThemeData.iconColor is used. If PopupMenuThemeData.iconColor is also null then defaults to IconThemeData.color.

Implementation

final Color? iconColor;