hasAmbiguousLayout property

bool get hasAmbiguousLayout

hasAmbiguousLayout

Implementation

bool get hasAmbiguousLayout {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIView.hasAmbiguousLayout', iOS: (false, (6, 0, 0)));
  return _objc_msgSend_91o635(_$$ref.pointer, _sel_hasAmbiguousLayout);
}