widthAnchor property
NSLayoutDimension
get
widthAnchor
widthAnchor
Implementation
NSLayoutDimension get widthAnchor {
objc.checkOsVersionInternal('UIView.widthAnchor', iOS: (false, (9, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_widthAnchor);
return NSLayoutDimension.castFromPointer(_ret, retain: true, release: true);
}