checkmarkColor constant
Implementation
static const Map<CWidgetState, Color> checkmarkColor = {
CWidgetState.enabled: CColors.gray100,
CWidgetState.focused: CColors.gray100,
CWidgetState.disabled: CColors.gray50,
};
static const Map<CWidgetState, Color> checkmarkColor = {
CWidgetState.enabled: CColors.gray100,
CWidgetState.focused: CColors.gray100,
CWidgetState.disabled: CColors.gray50,
};