indentationWidth property
double
get
indentationWidth
indentationWidth
Implementation
double get indentationWidth {
objc.checkOsVersionInternal('UITableViewCell.indentationWidth', iOS: (false, (2, 0, 0)));
return objc.useMsgSendVariants ? _objc_msgSend_1ukqyt8Fpret(this.ref.pointer, _sel_indentationWidth) : _objc_msgSend_1ukqyt8(this.ref.pointer, _sel_indentationWidth);
}
set
indentationWidth
(double value)
setIndentationWidth:
Implementation
set indentationWidth(double value) {
objc.checkOsVersionInternal('UITableViewCell.setIndentationWidth:', iOS: (false, (2, 0, 0)));
_objc_msgSend_hwm8nu(this.ref.pointer, _sel_setIndentationWidth_, value);
}