YearDropDownCustomizer class

Customize year DropDown

Constructors

YearDropDownCustomizer({YearHeaderCustomizer? yearHeaderCustomizer, YearButtonCustomizer? yearButtonCustomizer, WidgetCbYearHeader? yearHeaderBuilder, WidgetCbYearButton? yearButtonBuilder, double expandedYearHeight = 200, double? expandedYearWidth, bool expandYearInitially = false})
const

Properties

expandedYearHeight double
Expanded Height of year dropDown default = 200
final
expandedYearWidth double?
Expanded Width of year dropDown
final
expandYearInitially bool
default = false Expande year Drop Down initially
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
yearButtonBuilder WidgetCbYearButton?
Build your own year buttons
final
yearButtonCustomizer YearButtonCustomizer?
customise year button style YearButtonCustomizer
final
yearHeaderBuilder WidgetCbYearHeader?
Build your custom YearDropDown Header
final
yearHeaderCustomizer YearHeaderCustomizer?
customise year Header style YearHeaderCustomizer
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