操作记录页面顶部时间选择器修改为24个月

This commit is contained in:
Daisy 2024-05-16 18:14:37 +08:00
parent df3e763fd3
commit c9fb6d1588

View File

@ -1,8 +1,5 @@
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:flutter_screenutil/flutter_screenutil.dart';
import 'package:intl/date_symbol_data_local.dart';
import 'package:intl/intl.dart';
import 'package:star_lock/tools/eventBusEventManage.dart';
@ -26,7 +23,7 @@ class AdvancedCalendar extends StatefulWidget {
this.startWeekDay,
this.events,
this.weekLineHeight = 32.0,
this.preloadMonthViewAmount = 13,
this.preloadMonthViewAmount = 24, //
this.preloadWeekViewAmount = 21,
this.weeksInMonthViewAmount = 6,
this.todayStyle,