traitCollection property

UITraitCollection get traitCollection

traitCollection

Implementation

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