defaultShortWeekdays top-level constant

List<String> const defaultShortWeekdays

The values used for the weekday buttons if the short names list is omitted.

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

Implementation

const defaultShortWeekdays = <String>[
  'S',
  'M',
  'T',
  'W',
  'T',
  'F',
  'S',
];