TWCalendarConfigs class

Constructors

TWCalendarConfigs({TWCalendarListConfig? listConfig, TWCalendarMonthViewConfig? monthViewConfig, TWCalendarDayNumberConfig? dayNumberConfig, TWCalendarWeekdayRowConfig? weekdayRowConfig})

Properties

dayNumberConfig TWCalendarDayNumberConfig?
日期配置对象
final
hashCode int
The hash code for this object.
no setterinherited
listConfig TWCalendarListConfig?
日历列表配置对象
final
monthViewConfig TWCalendarMonthViewConfig?
月历配置对象
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekdayRowConfig TWCalendarWeekdayRowConfig?
周视图配置对象
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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