/// Represents different screen types, useful for [TODO:LayoutManager]. enum DeviceScreenType { MOBILE, TABLET, DESKTOP }