style property

UISwitchStyle get style

The switch's display style. This property always returns a concrete, resolved style (never UISwitchStyleAutomatic).

Implementation

UISwitchStyle get style {
  objc.checkOsVersionInternal('UISwitch.style', iOS: (false, (14, 0, 0)));
  final $ret = _objc_msgSend_ums1js(object$.ref.pointer, _sel_style);
  return UISwitchStyle.fromValue($ret);
}