YearHeaderCustomizer class

A data class for customizing year Header of CbYearDropDown

Constructors

YearHeaderCustomizer({TextStyle? titleTextStyle, double height = 40, double? width, IconData downIcon = Icons.arrow_drop_down_outlined, IconData upIcon = Icons.arrow_drop_up_outlined})

Properties

downIcon IconData
change expanded down icons
final
hashCode int
The hash code for this object.
no setterinherited
height double
change height of year Headder
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleTextStyle TextStyle?
change TextStyle of year title
final
upIcon IconData
change expanded up icons
final
width double?
change width of year Headder
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