selectedIcon property

IconData selectedIcon
final

IconData used to indicate that the color indicator is selected.

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

Defaults to a check mark Icons.check.

Implementation

final IconData selectedIcon;