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