textMaxWidth property
      
      NSExpression
      get
      textMaxWidth
      
    
    
textMaxWidth
Implementation
NSExpression get textMaxWidth {
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_textMaxWidth);
  return NSExpression.castFromPointer(_ret, retain: true, release: true);
}
      
      set
      textMaxWidth
      (NSExpression value) 
      
    
    
setTextMaxWidth:
Implementation
set textMaxWidth(NSExpression value) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_setTextMaxWidth_, value.ref.pointer);
}