BuildWithMonth typedef

BuildWithMonth = Widget Function(BuildContext context, double width, double height, DateMonth month)

构建月相关控件
context - 上下文
month - 所在月份

Implementation

typedef BuildWithMonth = Widget Function(
    BuildContext context, double width, double height, DateMonth month);