menu
calender_fetcher package
documentation
calender/models/Month.dart
Month
Month constructor
Month constructor
dark_mode
light_mode
Month
constructor
Month
(
int
id
,
String
name
,
int
value
,
List
<
Day
>
days
,
bool
isSelected
,
bool
isCurrentMonth
, {
dynamic
data
,
})
Implementation
Month(this.id, this.name, this.value, this.days, this.isSelected, this.isCurrentMonth, {this.data});
calender_fetcher package
documentation
calender/models/Month
Month
Month constructor
Month class