buttonType property
UIButtonType
get
buttonType
buttonType
Implementation
UIButtonType get buttonType {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIButton.buttonType', iOS: (false, (2, 0, 0)));
final $ret = _objc_msgSend_3xs6mv(_$$ref.pointer, _sel_buttonType);
return UIButtonType.fromValue($ret);
}