weekdays property
The days of the week, starting with Sunday, e.g. 'Sunday'.
If omitted, defaultWeekdays is used (en_ISO).
These values are used as tooltips: long-press on a WeekdayButton widget.
For more information, see the material
library's Tooltip widget.
If you want to provide strings that match your app's current locale, read
the weekday_selector's README and see the intl
package
Implementation
final List<String> weekdays;