imageOrientation property
UIImageOrientation
get
imageOrientation
this will affect how the image is composited
Implementation
UIImageOrientation get imageOrientation {
final _ret = _objc_msgSend_fkvhxy(this.ref.pointer, _sel_imageOrientation);
return UIImageOrientation.fromValue(_ret);
}