WidgetCbYearButton typedef

WidgetCbYearButton = Widget Function(DateTime dateTime, double heightResponsive, double widthResponsive, bool isYearDisabled, bool isYearSelected)

year button builder

Implementation

typedef WidgetCbYearButton = Widget Function(
  DateTime dateTime,
  double heightResponsive,
  double widthResponsive,
  bool isYearDisabled,
  bool isYearSelected,
);