flutter_custom_month_picker library

Functions

showMonthPicker(dynamic context, {required dynamic onSelected(int, int), int? firstYear, int? initialSelectedMonth, int? initialSelectedYear, int? lastYear, int? firstEnabledMonth, int? lastEnabledMonth, String selectButtonText = "OK", String cancelButtonText = "Cancel", Color highlightColor = Colors.green, Color? contentBackgroundColor = Colors.white, Color? dialogBackgroundColor, Color? textColor}) → void
public method to access the month picker dialog with the required parameters