selectedColorIcon property

IconData selectedColorIcon
final

Icon data for the icon used to indicate the selected color.

The size of the selectedColorIcon is 60% of the smaller of color indicator width and height. The color of indicator icon is black or white, based on what contrast best with the selected color.

Defaults to a check mark Icons.check.

Implementation

final IconData selectedColorIcon;