closeIcon property

IconData closeIcon
final

Icon used for the close action icon in the color picker dialog.

Used both on the toolbar icon button and as a prefix icon on the bottom action button, when prefix icons have been enabled for the bottom action buttons.

Defaults to Icons.close.

Implementation

final IconData closeIcon;