wantsFullScreenLayout property

  1. @Deprecated('Deprecated')
bool get wantsFullScreenLayout

wantsFullScreenLayout

Implementation

@Deprecated('Deprecated')
bool get wantsFullScreenLayout {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIViewController.wantsFullScreenLayout', iOS: (false, (3, 0, 0)));
  return _objc_msgSend_91o635(_$$ref.pointer, _sel_wantsFullScreenLayout);
}
  1. @Deprecated('Deprecated')
set wantsFullScreenLayout (bool value)

setWantsFullScreenLayout:

Implementation

@Deprecated('Deprecated')
set wantsFullScreenLayout(bool value) {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UIViewController.setWantsFullScreenLayout:', iOS: (false, (3, 0, 0)));
  _objc_msgSend_1s56lr9(_$$ref.pointer, _sel_setWantsFullScreenLayout_, value);
}