MonthCustomizer class

CUstomiser class for month

Constructors

MonthCustomizer({double montMinhHeight = 300, double? monthMinWidth, bool scrollToSelectedMonth = false, bool shrinkYearDropDownOnScroll = true, double mainAxisSpacing = 20, double crossAxisSpacing = 20, EdgeInsetsGeometry padding = EdgeInsets.zero, MonthButtonCustomizer? monthButtonCustomizer, WidgetCbMonthButton? monthButtonBuilder, MonthHeaderCustomizer? monthHeaderCustomizer, WeidgetCbMonthHeader? monthHeaderBuilder, WidgetCbMonthWeek? monthWeekBuilder, MonthWeekCustomizer? monthWeekCustomizer})
CUstomiser class for month

Properties

crossAxisSpacing double
The number of logical pixels between each month along the cross axis.
final
hashCode int
The hash code for this object.
no setterinherited
mainAxisSpacing double
The number of logical pixels between each month along the main axis.
final
monthButtonBuilder WidgetCbMonthButton?
Build your own month buttons
final
monthButtonCustomizer MonthButtonCustomizer?
Customise month buttons
final
monthHeaderBuilder WeidgetCbMonthHeader?
Build your own month Headers
final
monthHeaderCustomizer MonthHeaderCustomizer?
Customize month Header
final
monthMinWidth double?
width of single month depend on the device you use
final
monthWeekBuilder WidgetCbMonthWeek?
Build your own weeks
final
monthWeekCustomizer MonthWeekCustomizer?
Customize month week
final
montMinhHeight double
heigh of single month
final
padding EdgeInsetsGeometry
set padding arround month
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollToSelectedMonth bool
default scrollToSelectedMonth = false
final
shrinkYearDropDownOnScroll bool
default = true wether year DropDown Should shrink While Scrolling
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