checkmarkColor property

  1. @override
Color? checkmarkColor
final

Color of the chip's check mark when a check mark is visible.

This will override the color set by the platform's brightness setting.

If null, it will defer to a color selected by the platform's brightness setting.

Implementation

@override
final Color? checkmarkColor;