CalendarTopBar constructor
CalendarTopBar({
- required YearMonth yearMonth,
- required YearMonthRange range,
- required void onPrevious(),
- required void onNext(),
- Axis barOrientation = Axis.horizontal,
- CalendarTopBarStyle? style,
- String? locale,
Create top bar of the calendar
Implementation
CalendarTopBar(
{required this.yearMonth,
required this.range,
required this.onPrevious,
required this.onNext,
this.barOrientation = Axis.horizontal,
this.style,
this.locale});