weekdayLabels property

List<String>? weekdayLabels
final

Custom weekday labels for the current locale, MUST starts from Sunday Examples:

  • US English: S, M, T, W, T, F, S
  • Russian: вс, пн, вт, ср, чт, пт, сб - notice that the list begins with вс (Sunday) even though the first day of week for Russian is Monday.

Implementation

final List<String>? weekdayLabels;