menu
hora package
documentation
plugins.dart
WeekConfig
WeekConfig.new const constructor
WeekConfig.new const constructor
dark_mode
light_mode
WeekConfig
constructor
const
WeekConfig
(
{
int
firstDayOfWeek
=
DateTime.monday
,
int
minDaysInFirstWeek
=
4
,
})
Implementation
const WeekConfig({ this.firstDayOfWeek = DateTime.monday, this.minDaysInFirstWeek = 4, });
hora package
documentation
plugins
WeekConfig
WeekConfig.new const constructor
WeekConfig class