preferredUserInterfaceStyle property
UIUserInterfaceStyle
get
preferredUserInterfaceStyle
preferredUserInterfaceStyle
Implementation
UIUserInterfaceStyle get preferredUserInterfaceStyle {
objc.checkOsVersionInternal('UIViewController.preferredUserInterfaceStyle', iOS: (true, null));
final _ret = _objc_msgSend_2x5ago(this.ref.pointer, _sel_preferredUserInterfaceStyle);
return UIUserInterfaceStyle.fromValue(_ret);
}