formatShortDate method

String formatShortDate(
  1. DateTime date
)

Implementation

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