userInterfaceLayoutDirection property

UIUserInterfaceLayoutDirection get userInterfaceLayoutDirection

userInterfaceLayoutDirection

Implementation

UIUserInterfaceLayoutDirection get userInterfaceLayoutDirection {
  objc.checkOsVersionInternal('UIApplication.userInterfaceLayoutDirection', iOS: (false, (5, 0, 0)));
  final $ret = _objc_msgSend_qj4fey(object$.ref.pointer, _sel_userInterfaceLayoutDirection);
  return UIUserInterfaceLayoutDirection.fromValue($ret);
}