MonthWeekCustomizer class

Month Weeek customiser

Constructors

MonthWeekCustomizer({double height = 40, TextStyle? textStyle, List<String>? weekList})

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
height of year Header
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
Text style of Header Text
final
weekList List<String>?
insert All 7 weeks
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