XBCalendarYear class

Constructors

XBCalendarYear({required int year, required DateTime minDateTime, required DateTime maxDateTime, required DateTime? minEnableDateTime, required DateTime? maxEnableDateTime, required List<DateTime>? markDates})

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
no setter
months List<XBCalendarMonth>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offset(int month) double
月份的起始偏移
toString() String
A string representation of this object.
override
updateMark(List<DateTime>? markDates) → dynamic
updateSelectState(List<DateTime> selectedDates) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited