getOptionsViewLandscape function

dynamic getOptionsViewLandscape()

Implementation

getOptionsViewLandscape() {
  final logsByLanguage = {
    Languages.english: enOptionsViewLandscape,
    Languages.hindi: hiOptionsViewLandscape,
    Languages.arabic: arOptionsViewLandscape,
  };

  return logsByLanguage[MenstrualCycleWidget.currentLanguage];
}