allowsEditingTextAttributes property

bool get allowsEditingTextAttributes

allowsEditingTextAttributes

Implementation

bool get allowsEditingTextAttributes {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UITextField.allowsEditingTextAttributes', iOS: (false, (6, 0, 0)));
  return _objc_msgSend_91o635(_$$ref.pointer, _sel_allowsEditingTextAttributes);
}
set allowsEditingTextAttributes (bool value)

setAllowsEditingTextAttributes:

Implementation

set allowsEditingTextAttributes(bool value) {
  final _$$ref = object$.ref;
  objc.checkOsVersionInternal('UITextField.setAllowsEditingTextAttributes:', iOS: (false, (6, 0, 0)));
  _objc_msgSend_1s56lr9(_$$ref.pointer, _sel_setAllowsEditingTextAttributes_, value);
}