menu
ngcomponents package
documentation
material_datepicker/calendar.dart
CalendarYear
getRowIndex method
getRowIndex method
dark_mode
light_mode
getRowIndex
method
int
getRowIndex
(
int
month
, {
int
monthsPerRow
=
4
,
})
Implementation
int getRowIndex(int month, {int monthsPerRow = 4}) => ((month - 1) / monthsPerRow).round();
ngcomponents package
documentation
material_datepicker/calendar
CalendarYear
getRowIndex method
CalendarYear class