TWCalendarMonthViewConfig class

Constructors

TWCalendarMonthViewConfig({double? padding, double? monthBodyHeight, bool? canSelectedToday, List<String>? monthNames, String? yearTitle, double? titleFontSize, int? sortOffset, String titleHandler(int year, int month)?})
月份配置对象

Properties

canSelectedToday bool?
今天是否可以选择, 默认不支持
final
hashCode int
The hash code for this object.
no setterinherited
monthBodyHeight double?
月视图高度,为空则占满剩余空间
final
monthNames List<String>?
月份标题
final
padding double?
间隙, 默认 8
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortOffset int?
月历标题排序, 默认从周日开始,如是周一开始则偏移量是 1
final
titleFontSize double?
年月标题字体大小
final
titleHandler String Function(int year, int month)?
月历 title 回调
final
yearTitle String?
年标题
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