formatMonthYear method

String formatMonthYear(
  1. DateTime date
)

Implementation

String formatMonthYear(DateTime date) =>
    materialLocalizations.formatMonthYear(date);