yearStyle property
final
Overrides the default text style used to paint each of the year entries in the year selector of the date picker.
The TextStyle.color of the yearStyle is not used, yearForegroundColor is used instead.
Implementation
final TextStyle? yearStyle;