CanClick typedef

CanClick = bool Function(DateModel dateModel)

是否可以点击,外部来进行判断,默认都可以点击

Implementation

typedef bool CanClick(DateModel dateModel);