TWCalendarWeekdayRowConfig class

Constructors

TWCalendarWeekdayRowConfig({double? weekDayHeight, Color? titleColor, double? titleFontSize, List<String>? titles})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleColor Color?
标题颜色
final
titleFontSize double?
标题字体大小
final
titles List<String>?
周视图 titles
final
weekDayHeight double?
周视图高度, 默认 48
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