height property
double
get
height
本月所占用的高度
Implementation
double get height {
return ((xbCalendarDayH ?? xbCalendarDayW) + xbCalendarDayRowGap) *
lineCount +
xbCalendarMonthH;
}
本月所占用的高度
double get height {
return ((xbCalendarDayH ?? xbCalendarDayW) + xbCalendarDayRowGap) *
lineCount +
xbCalendarMonthH;
}