TWCalendarListConfig class

Constructors

TWCalendarListConfig({Color? ensureTitleColor, TWCalendarListSelectedMode? selectedMode, double? horizontalSpace, double? ensureViewHeight, EdgeInsetsGeometry? ensureViewPadding, Color? ensureViewSelectedColor, Color? ensureViewUnSelectedColor, double? ensureTitleFontSize, Decoration? ensureViewDecoration, int? minSelectDays, int? maxSelectDays})

Properties

ensureTitleColor Color?
确认按钮字体颜色
final
ensureTitleFontSize double?
确认按钮字体大小
final
ensureViewDecoration Decoration?
确定按钮 decoration
final
ensureViewHeight double?
确认周视图高度, 默认 66
final
ensureViewPadding EdgeInsetsGeometry?
确认按钮的间隙
final
ensureViewSelectedColor Color?
确认按钮选中颜色
final
ensureViewUnSelectedColor Color?
确认未按钮选中颜色
final
hashCode int
The hash code for this object.
no setterinherited
horizontalSpace double?
水平间隙,默认 8
final
maxSelectDays int?
最大选择天数
final
minSelectDays int?
最小选择天数
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedMode TWCalendarListSelectedMode?
选择模式
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