autoColor static method

dynamic autoColor()

自动

Implementation

static autoColor() {
  return DatePickerTheme(
    backgroundColor: CConfig.cBackgroundColor!,
    itemStyle: TextStyle(color: CConfig.cTextColorOne),
    cancelStyle: TextStyle(color: CConfig.primaryColor, fontSize: 16),
    doneStyle: TextStyle(color: CConfig.primaryColor, fontSize: 16),
  );
}