leftCapWidth property
int
get
leftCapWidth
default is 0. if non-zero, horiz. stretchable. right cap is calculated as width - leftCapWidth - 1
Implementation
int get leftCapWidth {
return _objc_msgSend_1hz7y9r(this.ref.pointer, _sel_leftCapWidth);
}