TWCalendarDayNumberConfig class

Constructors

TWCalendarDayNumberConfig({Widget? widgetHandler(int year, int month, int day, double size, bool isSelected, bool isToday, bool canSelected, bool isMinSelectedDays, bool isMaxSelectedDays)?, Color? todayBackgroundColor, Color? minOrMaxSelectedBackgroundColor, Color? minOrMaxSelectedTitleColor, Color? todayTitleColor, Color? selectedBackgroundColor, Color? selectedTitleColor, Color? unSelectedTitleColor, Color? forbidSelectedTitleColor, double? itemMargin, double? fontSize, String? todyTitle, double? todayFontSize})

Properties

fontSize double?
字体大小
final
forbidSelectedTitleColor Color?
禁止选择颜色
final
hashCode int
The hash code for this object.
no setterinherited
itemMargin double?
间隙
final
minOrMaxSelectedBackgroundColor Color?
未符合最小或最大选择天数背景颜色
final
minOrMaxSelectedTitleColor Color?
未符合最小或最大选择天数标题颜色
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBackgroundColor Color?
选择背景颜色
final
selectedTitleColor Color?
选择颜色
final
todayBackgroundColor Color?
今天颜色
final
todayFontSize double?
今天字体大小
final
todayTitleColor Color?
今天颜色
final
todyTitle String?
今天标识
final
unSelectedTitleColor Color?
选择颜色
final
widgetHandler Widget? Function(int year, int month, int day, double size, bool isSelected, bool isToday, bool canSelected, bool isMinSelectedDays, bool isMaxSelectedDays)?
自定义 widget
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