displayTaskCount property
Whether to display the task count in the calendar view or not.
Based on displayTaskCountInt
.
Implementation
bool get displayTaskCount => displayTaskCountInt == 1;
Whether to display the task count in the calendar view or not.
Based on displayTaskCountInt
.
bool get displayTaskCount => displayTaskCountInt == 1;