deleteIconColor property

Color deleteIconColor
final

The Color for the delete icon. The default is Color(0xde000000) (slightly transparent black) for light themes, and Color(0xdeffffff) (slightly transparent white) for dark themes.

May be set to null, in which case the ambient IconTheme.color is used.

Implementation

final Color deleteIconColor