checkmarkColor property

Color? checkmarkColor
getter/setter pair

Sets color for checkmark if enabled Defaults to null, which triggers Flutter to use the appropriate color based off of the Brightness setting. If you're not sure, leave this blank

Implementation

Color? checkmarkColor;