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