NepaliCalendarWidget constructor

const NepaliCalendarWidget({
  1. Key? key,
  2. required int year,
  3. required int month,
})

Implementation

const NepaliCalendarWidget(
    {super.key, required this.year, required this.month});