backgroundConfiguration property
UIBackgroundConfiguration?
get
backgroundConfiguration
backgroundConfiguration
Implementation
UIBackgroundConfiguration? get backgroundConfiguration {
objc.checkOsVersionInternal('UITableViewCell.backgroundConfiguration', iOS: (false, (14, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_backgroundConfiguration);
return _ret.address == 0 ? null : UIBackgroundConfiguration.castFromPointer(_ret, retain: true, release: true);
}
set
backgroundConfiguration
(UIBackgroundConfiguration? value)
setBackgroundConfiguration:
Implementation
set backgroundConfiguration(UIBackgroundConfiguration? value) {
objc.checkOsVersionInternal('UITableViewCell.setBackgroundConfiguration:', iOS: (false, (14, 0, 0)));
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_setBackgroundConfiguration_, value?.ref.pointer ?? ffi.nullptr);
}