MonthHeaderCustomizer class

Customizer class for moth header

Constructors

MonthHeaderCustomizer({double height = 40, double? width, EdgeInsetsGeometry? padding, TextStyle? textStyle, List<String>? monthList})

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
height of year Header
final
monthList List<String>?
insert All 12 Months
final
padding EdgeInsetsGeometry?
padding o fHeader Text
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
Text style of Header Text
final
width double?
width of year header
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