alpha property

double get alpha

alpha

Implementation

double get alpha {
  objc.checkOsVersionInternal('UIView.alpha', iOS: (false, (2, 0, 0)));
  return objc.useMsgSendVariants
      ? _objc_msgSend_1ukqyt8Fpret(this.ref.pointer, _sel_alpha)
      : _objc_msgSend_1ukqyt8(this.ref.pointer, _sel_alpha);
}
set alpha (double value)

setAlpha:

Implementation

set alpha(double value) {
  objc.checkOsVersionInternal('UIView.setAlpha:', iOS: (false, (2, 0, 0)));
  _objc_msgSend_hwm8nu(this.ref.pointer, _sel_setAlpha_, value);
}