defaultWeekdays top-level constant

List<String> const defaultWeekdays

The values used for the weekday tooltips if the tooltips list is omitted.

The default value corresponds to the value of dateTimeSymbolMap()'en_ISO.WEEKDAYS.

Implementation

const defaultWeekdays = <String>[
  'Sunday',
  'Monday',
  'Tuesday',
  'Wednesday',
  'Thursday',
  'Friday',
  'Saturday',
];