backgroundColor constant

Map<CWidgetState, Color> const backgroundColor

Implementation

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