textColor constant
Implementation
static const Map<CWidgetState, Color> textColor = {
CWidgetState.enabled: CColors.blue40,
CWidgetState.disabled: CColors.gray70,
};
static const Map<CWidgetState, Color> textColor = {
CWidgetState.enabled: CColors.blue40,
CWidgetState.disabled: CColors.gray70,
};