traitCollection property

UITraitCollection get traitCollection

traitCollection

Implementation

UITraitCollection get traitCollection {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIView.traitCollection', iOS: (false, (8, 0, 0)));
  final $ret = _objc_msgSend_151sglz(_$$ref.pointer, _sel_traitCollection);
  return UITraitCollection.fromPointer($ret, retain: true, release: true);
}