hidesBackButton property
bool
get
hidesBackButton
If YES, this navigation item will hide the back button when it's on top of the stack.
Implementation
bool get hidesBackButton {
return _objc_msgSend_91o635(this.ref.pointer, _sel_hidesBackButton);
}
set
hidesBackButton
(bool value)
If YES, this navigation item will hide the back button when it's on top of the stack.
Implementation
set hidesBackButton(bool value) {
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setHidesBackButton_, value);
}