current property

GetLocalizations? current

Implementation

static GetLocalizations? get current {
  return Get.context != null
      ? Localizations.of<GetLocalizations>(Get.context!, GetLocalizations)
      : null;
}